Html Css Color HEX #EE1D86 Deep Pink

📋 copy color: '#EE1D86'

red 238 ◦ green 29 ◦ blue 134

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

Shades of Deep Pink #EE1D86

Tints of Deep Pink #EE1D86

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.23%

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

R = 59.35%
G = 7.23%
B = 33.42%

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

#EE1D86 (or 0xEE1D86) is known color: Deep Pink. HEX triplet: EE, 1D and 86. RGB value is (238,29,134). Sum of RGB (Red+Green+Blue) = 238+29+134=401 (53% of max value = 765). Red value is 238 (93.36% from 255 or 59.35% from 401); Green value is 29 (11.72% from 255 or 7.23% from 401); Blue value is 134 (52.73% from 255 or 33.42% from 401); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1D86 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE1D86 is #11E279. Grayscale: #676767. Windows color (decimal): -1172090 or 8789486. OLE color: 8789486.

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

Color convert

RGB 238 29 134 -
CMYK 0 0.88 0.44 0.07
HSL 329.86º 0.86% 0.52% -
HSV(B) 329.86º 0.88% 0.93% -
XYZ 40 20.78 24.46 -
YUV 103.46 145.24 223.96 -
System Red Green Blue C M Y K H S L
Decimal 238 29 134 0 0.88 0.44 0.07 329.86 0.86 0.52
Hex EE 1D 86 0 58 2C 7 14A 56 34
Octal 356 35 206 0 130 54 7 512 126 64
Binary 11101110 11101 10000110 0 1011000 101100 111 101001010 1010110 110100

Color Harmonies of #EE1D86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE1D86

Black with #EE1D86

Text Example


Text Example

White with #EE1D86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE1D86; }

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

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

background-color css

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

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

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

border-color css

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

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

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