Html Css Color HEX #EA0583 Deep Pink

📋 copy color: '#EA0583'

red 234 ◦ green 5 ◦ blue 131

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

Shades of Deep Pink #EA0583

Tints of Deep Pink #EA0583

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 35.41%

R = 63.24%
G = 1.35%
B = 35.41%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.44

 K value IS 0.08

RGB Variations

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

Color information

#EA0583 (or 0xEA0583) is known color: Deep Pink. HEX triplet: EA, 05 and 83. RGB value is (234,5,131). Sum of RGB (Red+Green+Blue) = 234+5+131=370 (49% of max value = 765). Red value is 234 (91.80% from 255 or 63.24% from 370); Green value is 5 (2.34% from 255 or 1.35% from 370); Blue value is 131 (51.56% from 255 or 35.41% from 370); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0583 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA0583 is #15FA7C. Grayscale: #575757. Windows color (decimal): -1440381 or 8586730. OLE color: 8586730.

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

Color convert

RGB 234 5 131 -
CMYK 0 0.98 0.44 0.08
HSL 326.99º 0.96% 0.47% -
HSV(B) 326.99º 0.98% 0.92% -
XYZ 38.08 19.24 23.18 -
YUV 87.84 152.37 232.25 -
System Red Green Blue C M Y K H S L
Decimal 234 5 131 0 0.98 0.44 0.08 326.99 0.96 0.47
Hex EA 5 83 0 62 2C 8 147 60 2F
Octal 352 5 203 0 142 54 10 507 140 57
Binary 11101010 101 10000011 0 1100010 101100 1000 101000111 1100000 101111

Color Harmonies of #EA0583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA0583

Black with #EA0583

Text Example


Text Example

White with #EA0583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA0583; }

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

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

background-color css

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

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

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

border-color css

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

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

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