Html Css Color HEX #EE1C86 Deep Pink

📋 copy color: '#EE1C86'

red 238 ◦ green 28 ◦ blue 134

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

Shades of Deep Pink #EE1C86

Tints of Deep Pink #EE1C86

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7%

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

R = 59.5%
G = 7%
B = 33.5%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.44

 K value IS 0.07

RGB Variations

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

Color information

#EE1C86 (or 0xEE1C86) is known color: Deep Pink. HEX triplet: EE, 1C and 86. RGB value is (238,28,134). Sum of RGB (Red+Green+Blue) = 238+28+134=400 (52% of max value = 765). Red value is 238 (93.36% from 255 or 59.5% from 400); Green value is 28 (11.33% from 255 or 7% from 400); Blue value is 134 (52.73% from 255 or 33.5% from 400); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1C86 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE1C86 is #11E379. Grayscale: #666666. Windows color (decimal): -1172346 or 8789230. OLE color: 8789230.

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

Color convert

RGB 238 28 134 -
CMYK 0 0.88 0.44 0.07
HSL 329.71º 0.86% 0.52% -
HSV(B) 329.71º 0.88% 0.93% -
XYZ 39.98 20.73 24.45 -
YUV 102.87 145.57 224.38 -
System Red Green Blue C M Y K H S L
Decimal 238 28 134 0 0.88 0.44 0.07 329.71 0.86 0.52
Hex EE 1C 86 0 58 2C 7 14A 56 34
Octal 356 34 206 0 130 54 7 512 126 64
Binary 11101110 11100 10000110 0 1011000 101100 111 101001010 1010110 110100

Color Harmonies of #EE1C86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE1C86

Black with #EE1C86

Text Example


Text Example

White with #EE1C86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE1C86; }

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

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

background-color css

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

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

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

border-color css

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

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

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