Html Css Color HEX #E91082 Deep Pink

📋 copy color: '#E91082'

red 233 ◦ green 16 ◦ blue 130

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

Shades of Deep Pink #E91082

Tints of Deep Pink #E91082

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.22%

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

R = 61.48%
G = 4.22%
B = 34.3%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.44

 K value IS 0.09

RGB Variations

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

Color information

#E91082 (or 0xE91082) is known color: Deep Pink. HEX triplet: E9, 10 and 82. RGB value is (233,16,130). Sum of RGB (Red+Green+Blue) = 233+16+130=379 (50% of max value = 765). Red value is 233 (91.41% from 255 or 61.48% from 379); Green value is 16 (6.64% from 255 or 4.22% from 379); Blue value is 130 (51.17% from 255 or 34.30% from 379); Max value from RGB is 233 - color contains mainly: red. Hex color #E91082 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E91082 is #16EF7D. Grayscale: #5D5D5D. Windows color (decimal): -1503102 or 8524009. OLE color: 8524009.

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

Color convert

RGB 233 16 130 -
CMYK 0 0.93 0.44 0.09
HSL 328.48º 0.87% 0.49% -
HSV(B) 328.48º 0.93% 0.91% -
XYZ 37.82 19.31 22.85 -
YUV 93.88 148.39 227.23 -
System Red Green Blue C M Y K H S L
Decimal 233 16 130 0 0.93 0.44 0.09 328.48 0.87 0.49
Hex E9 10 82 0 5D 2C 9 148 57 31
Octal 351 20 202 0 135 54 11 510 127 61
Binary 11101001 10000 10000010 0 1011101 101100 1001 101001000 1010111 110001

Color Harmonies of #E91082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E91082

Black with #E91082

Text Example


Text Example

White with #E91082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E91082; }

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

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

background-color css

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

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

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

border-color css

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

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

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