Html Css Color HEX #E91992 Deep Pink

📋 copy color: '#E91992'

red 233 ◦ green 25 ◦ blue 146

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

Shades of Deep Pink #E91992

Tints of Deep Pink #E91992

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.19%

 BLUE value IS 146 (57.42% from 255) = 36.14%

R = 57.67%
G = 6.19%
B = 36.14%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.37

 K value IS 0.09

RGB Variations

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

Color information

#E91992 (or 0xE91992) is known color: Deep Pink. HEX triplet: E9, 19 and 92. RGB value is (233,25,146). Sum of RGB (Red+Green+Blue) = 233+25+146=404 (53% of max value = 765). Red value is 233 (91.41% from 255 or 57.67% from 404); Green value is 25 (10.16% from 255 or 6.19% from 404); Blue value is 146 (57.42% from 255 or 36.14% from 404); Max value from RGB is 233 - color contains mainly: red. Hex color #E91992 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E91992 is #16E66D. Grayscale: #646464. Windows color (decimal): -1500782 or 9574889. OLE color: 9574889.

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

Color convert

RGB 233 25 146 -
CMYK 0 0.89 0.37 0.09
HSL 325.1º 0.83% 0.51% -
HSV(B) 325.1º 0.89% 0.91% -
XYZ 39.14 20.09 29.01 -
YUV 100.99 153.41 222.16 -
System Red Green Blue C M Y K H S L
Decimal 233 25 146 0 0.89 0.37 0.09 325.1 0.83 0.51
Hex E9 19 92 0 59 25 9 145 53 33
Octal 351 31 222 0 131 45 11 505 123 63
Binary 11101001 11001 10010010 0 1011001 100101 1001 101000101 1010011 110011

Color Harmonies of #E91992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E91992

Black with #E91992

Text Example


Text Example

White with #E91992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E91992; }

 p { color: rgb(233,25,146); }

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

background-color css

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

 a { background-color: rgb(233,25,146); }

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

border-color css

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

 span { border-color: rgb(233,25,146); }

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