Html Css Color HEX #E9157D Deep Pink

📋 copy color: '#E9157D'

red 233 ◦ green 21 ◦ blue 125

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

Shades of Deep Pink #E9157D

Tints of Deep Pink #E9157D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 32.98%

R = 61.48%
G = 5.54%
B = 32.98%

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

#E9157D (or 0xE9157D) is known color: Deep Pink. HEX triplet: E9, 15 and 7D. RGB value is (233,21,125). Sum of RGB (Red+Green+Blue) = 233+21+125=379 (50% of max value = 765). Red value is 233 (91.41% from 255 or 61.48% from 379); Green value is 21 (8.59% from 255 or 5.54% from 379); Blue value is 125 (49.22% from 255 or 32.98% from 379); Max value from RGB is 233 - color contains mainly: red. Hex color #E9157D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E9157D is #16EA82. Grayscale: #606060. Windows color (decimal): -1501827 or 8197609. OLE color: 8197609.

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

Color convert

RGB 233 21 125 -
CMYK 0 0.91 0.46 0.09
HSL 330.57º 0.83% 0.5% -
HSV(B) 330.57º 0.91% 0.91% -
XYZ 37.57 19.34 21.15 -
YUV 96.24 144.24 225.54 -
System Red Green Blue C M Y K H S L
Decimal 233 21 125 0 0.91 0.46 0.09 330.57 0.83 0.5
Hex E9 15 7D 0 5B 2E 9 14B 53 32
Octal 351 25 175 0 133 56 11 513 123 62
Binary 11101001 10101 1111101 0 1011011 101110 1001 101001011 1010011 110010

Color Harmonies of #E9157D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9157D

Black with #E9157D

Text Example


Text Example

White with #E9157D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9157D; }

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

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

background-color css

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

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

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

border-color css

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

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

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