Html Css Color HEX #EE0080 Deep Pink

📋 copy color: '#EE0080'

red 238 ◦ green 0 ◦ blue 128

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

Shades of Deep Pink #EE0080

Tints of Deep Pink #EE0080

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 34.97%

R = 65.03%
G = 0%
B = 34.97%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.46

 K value IS 0.07

RGB Variations

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

Color information

#EE0080 (or 0xEE0080) is known color: Deep Pink. HEX triplet: EE, 00 and 80. RGB value is (238,0,128). Sum of RGB (Red+Green+Blue) = 238+0+128=366 (48% of max value = 765). Red value is 238 (93.36% from 255 or 65.03% from 366); Green value is 0 (0.39% from 255 or 0% from 366); Blue value is 128 (50.39% from 255 or 34.97% from 366); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0080 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE0080 is #11FF7F. Grayscale: #555555. Windows color (decimal): -1179520 or 8388846. OLE color: 8388846.

HSL color Cylindrical-coordinate representation of color #EE0080: hue angle of 327.73º 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 #EE0080 is Cyan = 0, Magento = 1, Yellow = 0.46 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 0 128 -
CMYK 0 1 0.46 0.07
HSL 327.73º 1% 0.47% -
HSV(B) 327.73º 1% 0.93% -
XYZ 39.16 19.74 22.17 -
YUV 85.75 151.85 236.59 -
System Red Green Blue C M Y K H S L
Decimal 238 0 128 0 1 0.46 0.07 327.73 1 0.47
Hex EE 0 80 0 64 2E 7 148 64 2F
Octal 356 0 200 0 144 56 7 510 144 57
Binary 11101110 0 10000000 0 1100100 101110 111 101001000 1100100 101111

Color Harmonies of #EE0080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0080

Black with #EE0080

Text Example


Text Example

White with #EE0080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0080; }

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

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

background-color css

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

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

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

border-color css

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

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

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