Html Css Color HEX #E91482 Deep Pink

📋 copy color: '#E91482'

red 233 ◦ green 20 ◦ blue 130

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

Shades of Deep Pink #E91482

Tints of Deep Pink #E91482

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 33.94%

R = 60.84%
G = 5.22%
B = 33.94%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.44

 K value IS 0.09

RGB Variations

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

Color information

#E91482 (or 0xE91482) is known color: Deep Pink. HEX triplet: E9, 14 and 82. RGB value is (233,20,130). Sum of RGB (Red+Green+Blue) = 233+20+130=383 (50% of max value = 765). Red value is 233 (91.41% from 255 or 60.84% from 383); Green value is 20 (8.20% from 255 or 5.22% from 383); Blue value is 130 (51.17% from 255 or 33.94% from 383); Max value from RGB is 233 - color contains mainly: red. Hex color #E91482 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E91482 is #16EB7D. Grayscale: #5F5F5F. Windows color (decimal): -1502078 or 8525033. OLE color: 8525033.

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

Color convert

RGB 233 20 130 -
CMYK 0 0.91 0.44 0.09
HSL 329.01º 0.84% 0.5% -
HSV(B) 329.01º 0.91% 0.91% -
XYZ 37.88 19.44 22.87 -
YUV 96.23 147.07 225.56 -
System Red Green Blue C M Y K H S L
Decimal 233 20 130 0 0.91 0.44 0.09 329.01 0.84 0.5
Hex E9 14 82 0 5B 2C 9 149 54 32
Octal 351 24 202 0 133 54 11 511 124 62
Binary 11101001 10100 10000010 0 1011011 101100 1001 101001001 1010100 110010

Color Harmonies of #E91482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E91482

Black with #E91482

Text Example


Text Example

White with #E91482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E91482; }

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

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

background-color css

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

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

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

border-color css

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

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

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