Html Css Color HEX #E91281 Deep Pink

📋 copy color: '#E91281'

red 233 ◦ green 18 ◦ blue 129

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

Shades of Deep Pink #E91281

Tints of Deep Pink #E91281

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.74%

 BLUE value IS 129 (50.78% from 255) = 33.95%

R = 61.32%
G = 4.74%
B = 33.95%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.45

 K value IS 0.09

RGB Variations

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

Color information

#E91281 (or 0xE91281) is known color: Deep Pink. HEX triplet: E9, 12 and 81. RGB value is (233,18,129). Sum of RGB (Red+Green+Blue) = 233+18+129=380 (50% of max value = 765). Red value is 233 (91.41% from 255 or 61.32% from 380); Green value is 18 (7.42% from 255 or 4.74% from 380); Blue value is 129 (50.78% from 255 or 33.95% from 380); Max value from RGB is 233 - color contains mainly: red. Hex color #E91281 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E91281 is #16ED7E. Grayscale: #5E5E5E. Windows color (decimal): -1502591 or 8458985. OLE color: 8458985.

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

Color convert

RGB 233 18 129 -
CMYK 0 0.92 0.45 0.09
HSL 329.02º 0.86% 0.49% -
HSV(B) 329.02º 0.92% 0.91% -
XYZ 37.78 19.34 22.51 -
YUV 94.94 147.23 226.47 -
System Red Green Blue C M Y K H S L
Decimal 233 18 129 0 0.92 0.45 0.09 329.02 0.86 0.49
Hex E9 12 81 0 5C 2D 9 149 56 31
Octal 351 22 201 0 134 55 11 511 126 61
Binary 11101001 10010 10000001 0 1011100 101101 1001 101001001 1010110 110001

Color Harmonies of #E91281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E91281

Black with #E91281

Text Example


Text Example

White with #E91281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E91281; }

 p { color: rgb(233,18,129); }

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

background-color css

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

 a { background-color: rgb(233,18,129); }

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

border-color css

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

 span { border-color: rgb(233,18,129); }

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