Html Css Color HEX #EA4C78 Dark Pink

📋 copy color: '#EA4C78'

red 234 ◦ green 76 ◦ blue 120

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

Shades of Dark Pink #EA4C78

Tints of Dark Pink #EA4C78

RGB

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

 GREEN value IS 76 (30.08% from 255) = 17.67%

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

R = 54.42%
G = 17.67%
B = 27.91%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.49

 K value IS 0.08

RGB Variations

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

Color information

#EA4C78 (or 0xEA4C78) is known color: Dark Pink. HEX triplet: EA, 4C and 78. RGB value is (234,76,120). Sum of RGB (Red+Green+Blue) = 234+76+120=430 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.42% from 430); Green value is 76 (30.08% from 255 or 17.67% from 430); Blue value is 120 (47.27% from 255 or 27.91% from 430); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4C78 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA4C78 is #15B387. Grayscale: #808080. Windows color (decimal): -1422216 or 7884010. OLE color: 7884010.

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

Color convert

RGB 234 76 120 -
CMYK 0 0.68 0.49 0.08
HSL 343.29º 0.79% 0.61% -
HSV(B) 343.29º 0.68% 0.92% -
XYZ 39.91 24.02 20.3 -
YUV 128.26 123.35 203.42 -
System Red Green Blue C M Y K H S L
Decimal 234 76 120 0 0.68 0.49 0.08 343.29 0.79 0.61
Hex EA 4C 78 0 44 31 8 157 4F 3D
Octal 352 114 170 0 104 61 10 527 117 75
Binary 11101010 1001100 1111000 0 1000100 110001 1000 101010111 1001111 111101

Color Harmonies of #EA4C78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA4C78

Black with #EA4C78

Text Example


Text Example

White with #EA4C78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA4C78; }

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

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

background-color css

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

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

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

border-color css

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

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

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