Html Css Color HEX #EE158D Deep Pink

📋 copy color: '#EE158D'

red 238 ◦ green 21 ◦ blue 141

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

Shades of Deep Pink #EE158D

Tints of Deep Pink #EE158D

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.25%

 BLUE value IS 141 (55.47% from 255) = 35.25%

R = 59.5%
G = 5.25%
B = 35.25%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#EE158D (or 0xEE158D) is known color: Deep Pink. HEX triplet: EE, 15 and 8D. RGB value is (238,21,141). Sum of RGB (Red+Green+Blue) = 238+21+141=400 (52% of max value = 765). Red value is 238 (93.36% from 255 or 59.5% from 400); Green value is 21 (8.59% from 255 or 5.25% from 400); Blue value is 141 (55.47% from 255 or 35.25% from 400); Max value from RGB is 238 - color contains mainly: red. Hex color #EE158D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE158D is #11EA72. Grayscale: #636363. Windows color (decimal): -1174131 or 9246190. OLE color: 9246190.

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

Color convert

RGB 238 21 141 -
CMYK 0 0.91 0.41 0.07
HSL 326.82º 0.86% 0.51% -
HSV(B) 326.82º 0.91% 0.93% -
XYZ 40.34 20.64 27.06 -
YUV 99.56 151.39 226.74 -
System Red Green Blue C M Y K H S L
Decimal 238 21 141 0 0.91 0.41 0.07 326.82 0.86 0.51
Hex EE 15 8D 0 5B 29 7 147 56 33
Octal 356 25 215 0 133 51 7 507 126 63
Binary 11101110 10101 10001101 0 1011011 101001 111 101000111 1010110 110011

Color Harmonies of #EE158D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE158D

Black with #EE158D

Text Example


Text Example

White with #EE158D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE158D; }

 p { color: rgb(238,21,141); }

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

background-color css

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

 a { background-color: rgb(238,21,141); }

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

border-color css

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

 span { border-color: rgb(238,21,141); }

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