Html Css Color HEX #E91490 Deep Pink

📋 copy color: '#E91490'

red 233 ◦ green 20 ◦ blue 144

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

Shades of Deep Pink #E91490

Tints of Deep Pink #E91490

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 36.27%

R = 58.69%
G = 5.04%
B = 36.27%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.38

 K value IS 0.09

RGB Variations

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

Color information

#E91490 (or 0xE91490) is known color: Deep Pink. HEX triplet: E9, 14 and 90. RGB value is (233,20,144). Sum of RGB (Red+Green+Blue) = 233+20+144=397 (52% of max value = 765). Red value is 233 (91.41% from 255 or 58.69% from 397); Green value is 20 (8.20% from 255 or 5.04% from 397); Blue value is 144 (56.64% from 255 or 36.27% from 397); Max value from RGB is 233 - color contains mainly: red. Hex color #E91490 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E91490 is #16EB6F. Grayscale: #616161. Windows color (decimal): -1502064 or 9442537. OLE color: 9442537.

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

Color convert

RGB 233 20 144 -
CMYK 0 0.91 0.38 0.09
HSL 325.07º 0.84% 0.5% -
HSV(B) 325.07º 0.91% 0.91% -
XYZ 38.89 19.84 28.16 -
YUV 97.82 154.07 224.42 -
System Red Green Blue C M Y K H S L
Decimal 233 20 144 0 0.91 0.38 0.09 325.07 0.84 0.5
Hex E9 14 90 0 5B 26 9 145 54 32
Octal 351 24 220 0 133 46 11 505 124 62
Binary 11101001 10100 10010000 0 1011011 100110 1001 101000101 1010100 110010

Color Harmonies of #E91490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E91490

Black with #E91490

Text Example


Text Example

White with #E91490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E91490; }

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

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

background-color css

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

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

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

border-color css

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

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

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