Html Css Color HEX #EE158B Deep Pink

📋 copy color: '#EE158B'

red 238 ◦ green 21 ◦ blue 139

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

Shades of Deep Pink #EE158B

Tints of Deep Pink #EE158B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 34.92%

R = 59.8%
G = 5.28%
B = 34.92%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#EE158B (or 0xEE158B) is known color: Deep Pink. HEX triplet: EE, 15 and 8B. RGB value is (238,21,139). Sum of RGB (Red+Green+Blue) = 238+21+139=398 (52% of max value = 765). Red value is 238 (93.36% from 255 or 59.80% from 398); Green value is 21 (8.59% from 255 or 5.28% from 398); Blue value is 139 (54.69% from 255 or 34.92% from 398); Max value from RGB is 238 - color contains mainly: red. Hex color #EE158B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE158B is #11EA74. Grayscale: #636363. Windows color (decimal): -1174133 or 9115118. OLE color: 9115118.

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

Color convert

RGB 238 21 139 -
CMYK 0 0.91 0.42 0.07
HSL 327.37º 0.86% 0.51% -
HSV(B) 327.37º 0.91% 0.93% -
XYZ 40.19 20.58 26.28 -
YUV 99.34 150.39 226.91 -
System Red Green Blue C M Y K H S L
Decimal 238 21 139 0 0.91 0.42 0.07 327.37 0.86 0.51
Hex EE 15 8B 0 5B 2A 7 147 56 33
Octal 356 25 213 0 133 52 7 507 126 63
Binary 11101110 10101 10001011 0 1011011 101010 111 101000111 1010110 110011

Color Harmonies of #EE158B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE158B

Black with #EE158B

Text Example


Text Example

White with #EE158B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE158B; }

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

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

background-color css

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

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

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

border-color css

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

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

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