Html Css Color HEX #EA0581 Deep Pink

📋 copy color: '#EA0581'

red 234 ◦ green 5 ◦ blue 129

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

Shades of Deep Pink #EA0581

Tints of Deep Pink #EA0581

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 35.05%

R = 63.59%
G = 1.36%
B = 35.05%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.45

 K value IS 0.08

RGB Variations

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

Color information

#EA0581 (or 0xEA0581) is known color: Deep Pink. HEX triplet: EA, 05 and 81. RGB value is (234,5,129). Sum of RGB (Red+Green+Blue) = 234+5+129=368 (48% of max value = 765). Red value is 234 (91.80% from 255 or 63.59% from 368); Green value is 5 (2.34% from 255 or 1.36% from 368); Blue value is 129 (50.78% from 255 or 35.05% from 368); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0581 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA0581 is #15FA7E. Grayscale: #575757. Windows color (decimal): -1440383 or 8455658. OLE color: 8455658.

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

Color convert

RGB 234 5 129 -
CMYK 0 0.98 0.45 0.08
HSL 327.51º 0.96% 0.47% -
HSV(B) 327.51º 0.98% 0.92% -
XYZ 37.95 19.19 22.47 -
YUV 87.61 151.37 232.42 -
System Red Green Blue C M Y K H S L
Decimal 234 5 129 0 0.98 0.45 0.08 327.51 0.96 0.47
Hex EA 5 81 0 62 2D 8 148 60 2F
Octal 352 5 201 0 142 55 10 510 140 57
Binary 11101010 101 10000001 0 1100010 101101 1000 101001000 1100000 101111

Color Harmonies of #EA0581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA0581

Black with #EA0581

Text Example


Text Example

White with #EA0581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA0581; }

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

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

background-color css

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

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

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

border-color css

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

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

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