Html Css Color HEX #EA4478 Dark Pink

📋 copy color: '#EA4478'

red 234 ◦ green 68 ◦ blue 120

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

Shades of Dark Pink #EA4478

Tints of Dark Pink #EA4478

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 28.44%

R = 55.45%
G = 16.11%
B = 28.44%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.49

 K value IS 0.08

RGB Variations

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

Color information

#EA4478 (or 0xEA4478) is known color: Dark Pink. HEX triplet: EA, 44 and 78. RGB value is (234,68,120). Sum of RGB (Red+Green+Blue) = 234+68+120=422 (55% of max value = 765). Red value is 234 (91.80% from 255 or 55.45% from 422); Green value is 68 (26.95% from 255 or 16.11% from 422); Blue value is 120 (47.27% from 255 or 28.44% from 422); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4478 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA4478 is #15BB87. Grayscale: #7B7B7B. Windows color (decimal): -1424264 or 7881962. OLE color: 7881962.

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

Color convert

RGB 234 68 120 -
CMYK 0 0.71 0.49 0.08
HSL 341.2º 0.8% 0.59% -
HSV(B) 341.2º 0.71% 0.92% -
XYZ 39.39 22.98 20.13 -
YUV 123.56 126 206.77 -
System Red Green Blue C M Y K H S L
Decimal 234 68 120 0 0.71 0.49 0.08 341.2 0.8 0.59
Hex EA 44 78 0 47 31 8 155 50 3B
Octal 352 104 170 0 107 61 10 525 120 73
Binary 11101010 1000100 1111000 0 1000111 110001 1000 101010101 1010000 111011

Color Harmonies of #EA4478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA4478

Black with #EA4478

Text Example


Text Example

White with #EA4478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA4478; }

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

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

background-color css

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

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

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

border-color css

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

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

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