Html Css Color HEX #EA4976 Dark Pink

📋 copy color: '#EA4976'

red 234 ◦ green 73 ◦ blue 118

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

Shades of Dark Pink #EA4976

Tints of Dark Pink #EA4976

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 27.76%

R = 55.06%
G = 17.18%
B = 27.76%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.50

 K value IS 0.08

RGB Variations

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

Color information

#EA4976 (or 0xEA4976) is known color: Dark Pink. HEX triplet: EA, 49 and 76. RGB value is (234,73,118). Sum of RGB (Red+Green+Blue) = 234+73+118=425 (56% of max value = 765). Red value is 234 (91.80% from 255 or 55.06% from 425); Green value is 73 (28.91% from 255 or 17.18% from 425); Blue value is 118 (46.48% from 255 or 27.76% from 425); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4976 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA4976 is #15B689. Grayscale: #7E7E7E. Windows color (decimal): -1422986 or 7752170. OLE color: 7752170.

HSL color Cylindrical-coordinate representation of color #EA4976: hue angle of 343.23º 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 #EA4976 is Cyan = 0, Magento = 0.69, Yellow = 0.50 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 73 118 -
CMYK 0 0.69 0.50 0.08
HSL 343.23º 0.79% 0.6% -
HSV(B) 343.23º 0.69% 0.92% -
XYZ 39.58 23.57 19.6 -
YUV 126.27 123.34 204.84 -
System Red Green Blue C M Y K H S L
Decimal 234 73 118 0 0.69 0.50 0.08 343.23 0.79 0.6
Hex EA 49 76 0 45 32 8 157 4F 3C
Octal 352 111 166 0 105 62 10 527 117 74
Binary 11101010 1001001 1110110 0 1000101 110010 1000 101010111 1001111 111100

Color Harmonies of #EA4976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA4976

Black with #EA4976

Text Example


Text Example

White with #EA4976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA4976; }

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

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

background-color css

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

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

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

border-color css

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

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

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