Html Css Color HEX #EE0083 Deep Pink

📋 copy color: '#EE0083'

red 238 ◦ green 0 ◦ blue 131

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

Shades of Deep Pink #EE0083

Tints of Deep Pink #EE0083

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 64.5%
G = 0%
B = 35.5%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.45

 K value IS 0.07

RGB Variations

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

Color information

#EE0083 (or 0xEE0083) is known color: Deep Pink. HEX triplet: EE, 00 and 83. RGB value is (238,0,131). Sum of RGB (Red+Green+Blue) = 238+0+131=369 (48% of max value = 765). Red value is 238 (93.36% from 255 or 64.50% from 369); Green value is 0 (0.39% from 255 or 0% from 369); Blue value is 131 (51.56% from 255 or 35.50% from 369); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0083 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE0083 is #11FF7C. Grayscale: #555555. Windows color (decimal): -1179517 or 8585454. OLE color: 8585454.

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

Color convert

RGB 238 0 131 -
CMYK 0 1 0.45 0.07
HSL 326.97º 1% 0.47% -
HSV(B) 326.97º 1% 0.93% -
XYZ 39.36 19.82 23.22 -
YUV 86.1 153.35 236.35 -
System Red Green Blue C M Y K H S L
Decimal 238 0 131 0 1 0.45 0.07 326.97 1 0.47
Hex EE 0 83 0 64 2D 7 147 64 2F
Octal 356 0 203 0 144 55 7 507 144 57
Binary 11101110 0 10000011 0 1100100 101101 111 101000111 1100100 101111

Color Harmonies of #EE0083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0083

Black with #EE0083

Text Example


Text Example

White with #EE0083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0083; }

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

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

background-color css

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

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

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

border-color css

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

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

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