Html Css Color HEX #E9137F Deep Pink

📋 copy color: '#E9137F'

red 233 ◦ green 19 ◦ blue 127

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

Shades of Deep Pink #E9137F

Tints of Deep Pink #E9137F

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.01%

 BLUE value IS 127 (50% from 255) = 33.51%

R = 61.48%
G = 5.01%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.45

 K value IS 0.09

RGB Variations

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

Color information

#E9137F (or 0xE9137F) is known color: Deep Pink. HEX triplet: E9, 13 and 7F. RGB value is (233,19,127). Sum of RGB (Red+Green+Blue) = 233+19+127=379 (50% of max value = 765). Red value is 233 (91.41% from 255 or 61.48% from 379); Green value is 19 (7.81% from 255 or 5.01% from 379); Blue value is 127 (50% from 255 or 33.51% from 379); Max value from RGB is 233 - color contains mainly: red. Hex color #E9137F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E9137F is #16EC80. Grayscale: #5F5F5F. Windows color (decimal): -1502337 or 8328169. OLE color: 8328169.

HSL color Cylindrical-coordinate representation of color #E9137F: hue angle of 329.72º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E9137F is Cyan = 0, Magento = 0.92, Yellow = 0.45 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 19 127 -
CMYK 0 0.92 0.45 0.09
HSL 329.72º 0.85% 0.49% -
HSV(B) 329.72º 0.92% 0.91% -
XYZ 37.67 19.32 21.82 -
YUV 95.3 145.9 226.22 -
System Red Green Blue C M Y K H S L
Decimal 233 19 127 0 0.92 0.45 0.09 329.72 0.85 0.49
Hex E9 13 7F 0 5C 2D 9 14A 55 31
Octal 351 23 177 0 134 55 11 512 125 61
Binary 11101001 10011 1111111 0 1011100 101101 1001 101001010 1010101 110001

Color Harmonies of #E9137F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9137F

Black with #E9137F

Text Example


Text Example

White with #E9137F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9137F; }

 p { color: rgb(233,19,127); }

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

background-color css

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

 a { background-color: rgb(233,19,127); }

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

border-color css

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

 span { border-color: rgb(233,19,127); }

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