Html Css Color HEX #EA057D Deep Pink

📋 copy color: '#EA057D'

red 234 ◦ green 5 ◦ blue 125

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

Shades of Deep Pink #EA057D

Tints of Deep Pink #EA057D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 34.34%

R = 64.29%
G = 1.37%
B = 34.34%

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

#EA057D (or 0xEA057D) is known color: Deep Pink. HEX triplet: EA, 05 and 7D. RGB value is (234,5,125). Sum of RGB (Red+Green+Blue) = 234+5+125=364 (48% of max value = 765). Red value is 234 (91.80% from 255 or 64.29% from 364); Green value is 5 (2.34% from 255 or 1.37% from 364); Blue value is 125 (49.22% from 255 or 34.34% from 364); Max value from RGB is 234 - color contains mainly: red. Hex color #EA057D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA057D is #15FA82. Grayscale: #565656. Windows color (decimal): -1440387 or 8193514. OLE color: 8193514.

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

Color convert

RGB 234 5 125 -
CMYK 0 0.98 0.47 0.08
HSL 328.56º 0.96% 0.47% -
HSV(B) 328.56º 0.98% 0.92% -
XYZ 37.69 19.08 21.1 -
YUV 87.15 149.37 232.74 -
System Red Green Blue C M Y K H S L
Decimal 234 5 125 0 0.98 0.47 0.08 328.56 0.96 0.47
Hex EA 5 7D 0 62 2F 8 149 60 2F
Octal 352 5 175 0 142 57 10 511 140 57
Binary 11101010 101 1111101 0 1100010 101111 1000 101001001 1100000 101111

Color Harmonies of #EA057D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA057D

Black with #EA057D

Text Example


Text Example

White with #EA057D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA057D; }

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

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

background-color css

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

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

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

border-color css

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

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

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