Html Css Color HEX #EA4479 Dark Pink

📋 copy color: '#EA4479'

red 234 ◦ green 68 ◦ blue 121

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

Shades of Dark Pink #EA4479

Tints of Dark Pink #EA4479

RGB

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

 GREEN value IS 68 (26.95% from 255) = 16.08%

 BLUE value IS 121 (47.66% from 255) = 28.61%

R = 55.32%
G = 16.08%
B = 28.61%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.48

 K value IS 0.08

RGB Variations

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

Color information

#EA4479 (or 0xEA4479) is known color: Dark Pink. HEX triplet: EA, 44 and 79. RGB value is (234,68,121). Sum of RGB (Red+Green+Blue) = 234+68+121=423 (56% of max value = 765). Red value is 234 (91.80% from 255 or 55.32% from 423); Green value is 68 (26.95% from 255 or 16.08% from 423); Blue value is 121 (47.66% from 255 or 28.61% from 423); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4479 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA4479 is #15BB86. Grayscale: #7B7B7B. Windows color (decimal): -1424263 or 7947498. OLE color: 7947498.

HSL color Cylindrical-coordinate representation of color #EA4479: hue angle of 340.84º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EA4479 is Cyan = 0, Magento = 0.71, Yellow = 0.48 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 68 121 -
CMYK 0 0.71 0.48 0.08
HSL 340.84º 0.8% 0.59% -
HSV(B) 340.84º 0.71% 0.92% -
XYZ 39.45 23.01 20.45 -
YUV 123.68 126.5 206.69 -
System Red Green Blue C M Y K H S L
Decimal 234 68 121 0 0.71 0.48 0.08 340.84 0.8 0.59
Hex EA 44 79 0 47 30 8 155 50 3B
Octal 352 104 171 0 107 60 10 525 120 73
Binary 11101010 1000100 1111001 0 1000111 110000 1000 101010101 1010000 111011

Color Harmonies of #EA4479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA4479

Black with #EA4479

Text Example


Text Example

White with #EA4479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA4479; }

 p { color: rgb(234,68,121); }

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

background-color css

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

 a { background-color: rgb(234,68,121); }

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

border-color css

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

 span { border-color: rgb(234,68,121); }

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