Html Css Color HEX #EE0085 Deep Pink

📋 copy color: '#EE0085'

red 238 ◦ green 0 ◦ blue 133

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

Shades of Deep Pink #EE0085

Tints of Deep Pink #EE0085

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 35.85%

R = 64.15%
G = 0%
B = 35.85%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.44

 K value IS 0.07

RGB Variations

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

Color information

#EE0085 (or 0xEE0085) is known color: Deep Pink. HEX triplet: EE, 00 and 85. RGB value is (238,0,133). Sum of RGB (Red+Green+Blue) = 238+0+133=371 (49% of max value = 765). Red value is 238 (93.36% from 255 or 64.15% from 371); Green value is 0 (0.39% from 255 or 0% from 371); Blue value is 133 (52.34% from 255 or 35.85% from 371); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0085 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE0085 is #11FF7A. Grayscale: #565656. Windows color (decimal): -1179515 or 8716526. OLE color: 8716526.

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

Color convert

RGB 238 0 133 -
CMYK 0 1 0.44 0.07
HSL 326.47º 1% 0.47% -
HSV(B) 326.47º 1% 0.93% -
XYZ 39.49 19.87 23.94 -
YUV 86.32 154.35 236.19 -
System Red Green Blue C M Y K H S L
Decimal 238 0 133 0 1 0.44 0.07 326.47 1 0.47
Hex EE 0 85 0 64 2C 7 146 64 2F
Octal 356 0 205 0 144 54 7 506 144 57
Binary 11101110 0 10000101 0 1100100 101100 111 101000110 1100100 101111

Color Harmonies of #EE0085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0085

Black with #EE0085

Text Example


Text Example

White with #EE0085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0085; }

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

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

background-color css

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

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

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

border-color css

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

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

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