Html Css Color HEX #EA057C Deep Pink

📋 copy color: '#EA057C'

red 234 ◦ green 5 ◦ blue 124

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

Shades of Deep Pink #EA057C

Tints of Deep Pink #EA057C

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.38%

 BLUE value IS 124 (48.83% from 255) = 34.16%

R = 64.46%
G = 1.38%
B = 34.16%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.47

 K value IS 0.08

RGB Variations

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

Color information

#EA057C (or 0xEA057C) is known color: Deep Pink. HEX triplet: EA, 05 and 7C. RGB value is (234,5,124). Sum of RGB (Red+Green+Blue) = 234+5+124=363 (48% of max value = 765). Red value is 234 (91.80% from 255 or 64.46% from 363); Green value is 5 (2.34% from 255 or 1.38% from 363); Blue value is 124 (48.83% from 255 or 34.16% from 363); Max value from RGB is 234 - color contains mainly: red. Hex color #EA057C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA057C is #15FA83. Grayscale: #565656. Windows color (decimal): -1440388 or 8127978. OLE color: 8127978.

HSL color Cylindrical-coordinate representation of color #EA057C: hue angle of 328.82º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EA057C is Cyan = 0, Magento = 0.98, Yellow = 0.47 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 5 124 -
CMYK 0 0.98 0.47 0.08
HSL 328.82º 0.96% 0.47% -
HSV(B) 328.82º 0.98% 0.92% -
XYZ 37.62 19.06 20.76 -
YUV 87.04 148.87 232.82 -
System Red Green Blue C M Y K H S L
Decimal 234 5 124 0 0.98 0.47 0.08 328.82 0.96 0.47
Hex EA 5 7C 0 62 2F 8 149 60 2F
Octal 352 5 174 0 142 57 10 511 140 57
Binary 11101010 101 1111100 0 1100010 101111 1000 101001001 1100000 101111

Color Harmonies of #EA057C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA057C

Black with #EA057C

Text Example


Text Example

White with #EA057C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA057C; }

 p { color: rgb(234,5,124); }

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

background-color css

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

 a { background-color: rgb(234,5,124); }

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

border-color css

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

 span { border-color: rgb(234,5,124); }

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