Html Css Color HEX #EA497E Dark Pink

📋 copy color: '#EA497E'

red 234 ◦ green 73 ◦ blue 126

#EA497E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Pink #EA497E

Tints of Dark Pink #EA497E

RGB

 RED value IS 234 (91.8% from 255) = 54.04%

 GREEN value IS 73 (28.91% from 255) = 16.86%

 BLUE value IS 126 (49.61% from 255) = 29.1%

R = 54.04%
G = 16.86%
B = 29.1%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.46

 K value IS 0.08

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#EA497E (or 0xEA497E) is known color: Dark Pink. HEX triplet: EA, 49 and 7E. RGB value is (234,73,126). Sum of RGB (Red+Green+Blue) = 234+73+126=433 (57% of max value = 765). Red value is 234 (91.80% from 255 or 54.04% from 433); Green value is 73 (28.91% from 255 or 16.86% from 433); Blue value is 126 (49.61% from 255 or 29.10% from 433); Max value from RGB is 234 - color contains mainly: red. Hex color #EA497E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA497E is #15B681. Grayscale: #7F7F7F. Windows color (decimal): -1422978 or 8276458. OLE color: 8276458.

HSL color Cylindrical-coordinate representation of color #EA497E: hue angle of 340.25º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EA497E is Cyan = 0, Magento = 0.69, Yellow = 0.46 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 73 126 -
CMYK 0 0.69 0.46 0.08
HSL 340.25º 0.79% 0.6% -
HSV(B) 340.25º 0.69% 0.92% -
XYZ 40.08 23.76 22.21 -
YUV 127.18 127.34 204.19 -
System Red Green Blue C M Y K H S L
Decimal 234 73 126 0 0.69 0.46 0.08 340.25 0.79 0.6
Hex EA 49 7E 0 45 2E 8 154 4F 3C
Octal 352 111 176 0 105 56 10 524 117 74
Binary 11101010 1001001 1111110 0 1000101 101110 1000 101010100 1001111 111100

Color Harmonies of #EA497E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA497E

Black with #EA497E

Text Example


Text Example

White with #EA497E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA497E; }

 p { color: rgb(234,73,126); }

 H1.HeaderClassName
 {
   color: #EA497E;
 }
 .AnyTagClassName
 {
   color: #EA497E;
 }
</style>

background-color css

<style>
 a { background-color: #EA497E; }

 a { background-color: rgb(234,73,126); }

 div.DivClassName
 {
   background-color: #EA497E;
 }
 .BgClassName
 {
   background-color: #EA497E;
 }
</style>

border-color css

<style>
 span { border-color: #EA497E; }

 span { border-color: rgb(234,73,126); }

 td.TdClassName
 {
   border-color: #EA497E;
 }
 .TagClassName
 {
   border-color: #EA497E;
 }
</style>