Html Css Color HEX #EE157C Deep Pink

📋 copy color: '#EE157C'

red 238 ◦ green 21 ◦ blue 124

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

Shades of Deep Pink #EE157C

Tints of Deep Pink #EE157C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 32.38%

R = 62.14%
G = 5.48%
B = 32.38%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.48

 K value IS 0.07

RGB Variations

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

Color information

#EE157C (or 0xEE157C) is known color: Deep Pink. HEX triplet: EE, 15 and 7C. RGB value is (238,21,124). Sum of RGB (Red+Green+Blue) = 238+21+124=383 (50% of max value = 765). Red value is 238 (93.36% from 255 or 62.14% from 383); Green value is 21 (8.59% from 255 or 5.48% from 383); Blue value is 124 (48.83% from 255 or 32.38% from 383); Max value from RGB is 238 - color contains mainly: red. Hex color #EE157C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE157C is #11EA83. Grayscale: #616161. Windows color (decimal): -1174148 or 8132078. OLE color: 8132078.

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

Color convert

RGB 238 21 124 -
CMYK 0 0.91 0.48 0.07
HSL 331.52º 0.86% 0.51% -
HSV(B) 331.52º 0.91% 0.93% -
XYZ 39.17 20.17 20.9 -
YUV 97.63 142.89 228.12 -
System Red Green Blue C M Y K H S L
Decimal 238 21 124 0 0.91 0.48 0.07 331.52 0.86 0.51
Hex EE 15 7C 0 5B 30 7 14C 56 33
Octal 356 25 174 0 133 60 7 514 126 63
Binary 11101110 10101 1111100 0 1011011 110000 111 101001100 1010110 110011

Color Harmonies of #EE157C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE157C

Black with #EE157C

Text Example


Text Example

White with #EE157C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE157C; }

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

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

background-color css

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

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

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

border-color css

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

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

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