Html Css Color HEX #EE0084 Deep Pink

📋 copy color: '#EE0084'

red 238 ◦ green 0 ◦ blue 132

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

Shades of Deep Pink #EE0084

Tints of Deep Pink #EE0084

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 35.68%

R = 64.32%
G = 0%
B = 35.68%

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

#EE0084 (or 0xEE0084) is known color: Deep Pink. HEX triplet: EE, 00 and 84. RGB value is (238,0,132). Sum of RGB (Red+Green+Blue) = 238+0+132=370 (49% of max value = 765). Red value is 238 (93.36% from 255 or 64.32% from 370); Green value is 0 (0.39% from 255 or 0% from 370); Blue value is 132 (51.95% from 255 or 35.68% from 370); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0084 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE0084 is #11FF7B. Grayscale: #555555. Windows color (decimal): -1179516 or 8650990. OLE color: 8650990.

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

Color convert

RGB 238 0 132 -
CMYK 0 1 0.45 0.07
HSL 326.72º 1% 0.47% -
HSV(B) 326.72º 1% 0.93% -
XYZ 39.42 19.84 23.58 -
YUV 86.21 153.85 236.27 -
System Red Green Blue C M Y K H S L
Decimal 238 0 132 0 1 0.45 0.07 326.72 1 0.47
Hex EE 0 84 0 64 2D 7 147 64 2F
Octal 356 0 204 0 144 55 7 507 144 57
Binary 11101110 0 10000100 0 1100100 101101 111 101000111 1100100 101111

Color Harmonies of #EE0084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0084

Black with #EE0084

Text Example


Text Example

White with #EE0084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0084; }

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

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

background-color css

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

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

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

border-color css

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

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

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