Html Css Color HEX #E9157E Deep Pink

📋 copy color: '#E9157E'

red 233 ◦ green 21 ◦ blue 126

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

Shades of Deep Pink #E9157E

Tints of Deep Pink #E9157E

RGB

 RED value IS 233 (91.41% from 255) = 61.32%

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

 BLUE value IS 126 (49.61% from 255) = 33.16%

R = 61.32%
G = 5.53%
B = 33.16%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.46

 K value IS 0.09

RGB Variations

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

Color information

#E9157E (or 0xE9157E) is known color: Deep Pink. HEX triplet: E9, 15 and 7E. RGB value is (233,21,126). Sum of RGB (Red+Green+Blue) = 233+21+126=380 (50% of max value = 765). Red value is 233 (91.41% from 255 or 61.32% from 380); Green value is 21 (8.59% from 255 or 5.53% from 380); Blue value is 126 (49.61% from 255 or 33.16% from 380); Max value from RGB is 233 - color contains mainly: red. Hex color #E9157E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E9157E is #16EA81. Grayscale: #606060. Windows color (decimal): -1501826 or 8263145. OLE color: 8263145.

HSL color Cylindrical-coordinate representation of color #E9157E: hue angle of 330.28º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E9157E is Cyan = 0, Magento = 0.91, Yellow = 0.46 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 21 126 -
CMYK 0 0.91 0.46 0.09
HSL 330.28º 0.83% 0.5% -
HSV(B) 330.28º 0.91% 0.91% -
XYZ 37.64 19.37 21.49 -
YUV 96.36 144.74 225.46 -
System Red Green Blue C M Y K H S L
Decimal 233 21 126 0 0.91 0.46 0.09 330.28 0.83 0.5
Hex E9 15 7E 0 5B 2E 9 14A 53 32
Octal 351 25 176 0 133 56 11 512 123 62
Binary 11101001 10101 1111110 0 1011011 101110 1001 101001010 1010011 110010

Color Harmonies of #E9157E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9157E

Black with #E9157E

Text Example


Text Example

White with #E9157E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9157E; }

 p { color: rgb(233,21,126); }

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

background-color css

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

 a { background-color: rgb(233,21,126); }

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

border-color css

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

 span { border-color: rgb(233,21,126); }

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