Html Css Color HEX #EE0686 Deep Pink

📋 copy color: '#EE0686'

red 238 ◦ green 6 ◦ blue 134

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

Shades of Deep Pink #EE0686

Tints of Deep Pink #EE0686

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.59%

 BLUE value IS 134 (52.73% from 255) = 35.45%

R = 62.96%
G = 1.59%
B = 35.45%

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

#EE0686 (or 0xEE0686) is known color: Deep Pink. HEX triplet: EE, 06 and 86. RGB value is (238,6,134). Sum of RGB (Red+Green+Blue) = 238+6+134=378 (50% of max value = 765). Red value is 238 (93.36% from 255 or 62.96% from 378); Green value is 6 (2.73% from 255 or 1.59% from 378); Blue value is 134 (52.73% from 255 or 35.45% from 378); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0686 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE0686 is #11F979. Grayscale: #595959. Windows color (decimal): -1177978 or 8783598. OLE color: 8783598.

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

Color convert

RGB 238 6 134 -
CMYK 0 0.97 0.44 0.07
HSL 326.9º 0.95% 0.48% -
HSV(B) 326.9º 0.97% 0.93% -
XYZ 39.63 20.03 24.33 -
YUV 89.96 152.86 233.59 -
System Red Green Blue C M Y K H S L
Decimal 238 6 134 0 0.97 0.44 0.07 326.9 0.95 0.48
Hex EE 6 86 0 61 2C 7 147 5F 30
Octal 356 6 206 0 141 54 7 507 137 60
Binary 11101110 110 10000110 0 1100001 101100 111 101000111 1011111 110000

Color Harmonies of #EE0686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0686

Black with #EE0686

Text Example


Text Example

White with #EE0686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0686; }

 p { color: rgb(238,6,134); }

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

background-color css

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

 a { background-color: rgb(238,6,134); }

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

border-color css

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

 span { border-color: rgb(238,6,134); }

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