Html Css Color HEX #EE157A Deep Pink

📋 copy color: '#EE157A'

red 238 ◦ green 21 ◦ blue 122

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

Shades of Deep Pink #EE157A

Tints of Deep Pink #EE157A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 32.02%

R = 62.47%
G = 5.51%
B = 32.02%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.49

 K value IS 0.07

RGB Variations

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

Color information

#EE157A (or 0xEE157A) is known color: Deep Pink. HEX triplet: EE, 15 and 7A. RGB value is (238,21,122). Sum of RGB (Red+Green+Blue) = 238+21+122=381 (50% of max value = 765). Red value is 238 (93.36% from 255 or 62.47% from 381); Green value is 21 (8.59% from 255 or 5.51% from 381); Blue value is 122 (48.05% from 255 or 32.02% from 381); Max value from RGB is 238 - color contains mainly: red. Hex color #EE157A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE157A is #11EA85. Grayscale: #616161. Windows color (decimal): -1174150 or 8001006. OLE color: 8001006.

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

Color convert

RGB 238 21 122 -
CMYK 0 0.91 0.49 0.07
HSL 332.07º 0.86% 0.51% -
HSV(B) 332.07º 0.91% 0.93% -
XYZ 39.04 20.12 20.24 -
YUV 97.4 141.89 228.29 -
System Red Green Blue C M Y K H S L
Decimal 238 21 122 0 0.91 0.49 0.07 332.07 0.86 0.51
Hex EE 15 7A 0 5B 31 7 14C 56 33
Octal 356 25 172 0 133 61 7 514 126 63
Binary 11101110 10101 1111010 0 1011011 110001 111 101001100 1010110 110011

Color Harmonies of #EE157A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE157A

Black with #EE157A

Text Example


Text Example

White with #EE157A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE157A; }

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

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

background-color css

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

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

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

border-color css

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

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

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