Html Css Color HEX #E91492 Deep Pink

📋 copy color: '#E91492'

red 233 ◦ green 20 ◦ blue 146

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

Shades of Deep Pink #E91492

Tints of Deep Pink #E91492

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.01%

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

R = 58.4%
G = 5.01%
B = 36.59%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.37

 K value IS 0.09

RGB Variations

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

Color information

#E91492 (or 0xE91492) is known color: Deep Pink. HEX triplet: E9, 14 and 92. RGB value is (233,20,146). Sum of RGB (Red+Green+Blue) = 233+20+146=399 (52% of max value = 765). Red value is 233 (91.41% from 255 or 58.40% from 399); Green value is 20 (8.20% from 255 or 5.01% from 399); Blue value is 146 (57.42% from 255 or 36.59% from 399); Max value from RGB is 233 - color contains mainly: red. Hex color #E91492 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E91492 is #16EB6D. Grayscale: #616161. Windows color (decimal): -1502062 or 9573609. OLE color: 9573609.

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

Color convert

RGB 233 20 146 -
CMYK 0 0.91 0.37 0.09
HSL 324.51º 0.84% 0.5% -
HSV(B) 324.51º 0.91% 0.91% -
XYZ 39.04 19.9 28.98 -
YUV 98.05 155.07 224.25 -
System Red Green Blue C M Y K H S L
Decimal 233 20 146 0 0.91 0.37 0.09 324.51 0.84 0.5
Hex E9 14 92 0 5B 25 9 145 54 32
Octal 351 24 222 0 133 45 11 505 124 62
Binary 11101001 10100 10010010 0 1011011 100101 1001 101000101 1010100 110010

Color Harmonies of #E91492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E91492

Black with #E91492

Text Example


Text Example

White with #E91492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E91492; }

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

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

background-color css

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

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

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

border-color css

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

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

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