Html Css Color HEX #EE0583 Deep Pink

📋 copy color: '#EE0583'

red 238 ◦ green 5 ◦ blue 131

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

Shades of Deep Pink #EE0583

Tints of Deep Pink #EE0583

RGB

 RED value IS 238 (93.36% from 255) = 63.64%

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

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

R = 63.64%
G = 1.34%
B = 35.03%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.45

 K value IS 0.07

RGB Variations

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

Color information

#EE0583 (or 0xEE0583) is known color: Deep Pink. HEX triplet: EE, 05 and 83. RGB value is (238,5,131). Sum of RGB (Red+Green+Blue) = 238+5+131=374 (49% of max value = 765). Red value is 238 (93.36% from 255 or 63.64% from 374); Green value is 5 (2.34% from 255 or 1.34% from 374); Blue value is 131 (51.56% from 255 or 35.03% from 374); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0583 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE0583 is #11FA7C. Grayscale: #585858. Windows color (decimal): -1178237 or 8586734. OLE color: 8586734.

HSL color Cylindrical-coordinate representation of color #EE0583: hue angle of 327.55º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EE0583 is Cyan = 0, Magento = 0.98, Yellow = 0.45 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 5 131 -
CMYK 0 0.98 0.45 0.07
HSL 327.55º 0.96% 0.48% -
HSV(B) 327.55º 0.98% 0.93% -
XYZ 39.41 19.92 23.24 -
YUV 89.03 151.69 234.25 -
System Red Green Blue C M Y K H S L
Decimal 238 5 131 0 0.98 0.45 0.07 327.55 0.96 0.48
Hex EE 5 83 0 62 2D 7 148 60 30
Octal 356 5 203 0 142 55 7 510 140 60
Binary 11101110 101 10000011 0 1100010 101101 111 101001000 1100000 110000

Color Harmonies of #EE0583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0583

Black with #EE0583

Text Example


Text Example

White with #EE0583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0583; }

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

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

background-color css

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

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

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

border-color css

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

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

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