Html Css Color HEX #EE0885 Deep Pink

📋 copy color: '#EE0885'

red 238 ◦ green 8 ◦ blue 133

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

Shades of Deep Pink #EE0885

Tints of Deep Pink #EE0885

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.11%

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

R = 62.8%
G = 2.11%
B = 35.09%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.44

 K value IS 0.07

RGB Variations

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

Color information

#EE0885 (or 0xEE0885) is known color: Deep Pink. HEX triplet: EE, 08 and 85. RGB value is (238,8,133). Sum of RGB (Red+Green+Blue) = 238+8+133=379 (50% of max value = 765). Red value is 238 (93.36% from 255 or 62.80% from 379); Green value is 8 (3.52% from 255 or 2.11% from 379); Blue value is 133 (52.34% from 255 or 35.09% from 379); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0885 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE0885 is #11F77A. Grayscale: #5A5A5A. Windows color (decimal): -1177467 or 8718574. OLE color: 8718574.

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

Color convert

RGB 238 8 133 -
CMYK 0 0.97 0.44 0.07
HSL 327.39º 0.93% 0.48% -
HSV(B) 327.39º 0.97% 0.93% -
XYZ 39.58 20.04 23.97 -
YUV 91.02 151.7 232.84 -
System Red Green Blue C M Y K H S L
Decimal 238 8 133 0 0.97 0.44 0.07 327.39 0.93 0.48
Hex EE 8 85 0 61 2C 7 147 5D 30
Octal 356 10 205 0 141 54 7 507 135 60
Binary 11101110 1000 10000101 0 1100001 101100 111 101000111 1011101 110000

Color Harmonies of #EE0885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0885

Black with #EE0885

Text Example


Text Example

White with #EE0885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0885; }

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

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

background-color css

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

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

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

border-color css

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

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

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