Html Css Color HEX #E91381 Deep Pink

📋 copy color: '#E91381'

red 233 ◦ green 19 ◦ blue 129

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

Shades of Deep Pink #E91381

Tints of Deep Pink #E91381

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.99%

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

R = 61.15%
G = 4.99%
B = 33.86%

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

#E91381 (or 0xE91381) is known color: Deep Pink. HEX triplet: E9, 13 and 81. RGB value is (233,19,129). Sum of RGB (Red+Green+Blue) = 233+19+129=381 (50% of max value = 765). Red value is 233 (91.41% from 255 or 61.15% from 381); Green value is 19 (7.81% from 255 or 4.99% from 381); Blue value is 129 (50.78% from 255 or 33.86% from 381); Max value from RGB is 233 - color contains mainly: red. Hex color #E91381 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E91381 is #16EC7E. Grayscale: #5F5F5F. Windows color (decimal): -1502335 or 8459241. OLE color: 8459241.

HSL color Cylindrical-coordinate representation of color #E91381: hue angle of 329.16º degrees, saturation: 0.85, 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 #E91381 is Cyan = 0, Magento = 0.92, Yellow = 0.45 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 19 129 -
CMYK 0 0.92 0.45 0.09
HSL 329.16º 0.85% 0.49% -
HSV(B) 329.16º 0.92% 0.91% -
XYZ 37.8 19.37 22.52 -
YUV 95.53 146.9 226.06 -
System Red Green Blue C M Y K H S L
Decimal 233 19 129 0 0.92 0.45 0.09 329.16 0.85 0.49
Hex E9 13 81 0 5C 2D 9 149 55 31
Octal 351 23 201 0 134 55 11 511 125 61
Binary 11101001 10011 10000001 0 1011100 101101 1001 101001001 1010101 110001

Color Harmonies of #E91381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E91381

Black with #E91381

Text Example


Text Example

White with #E91381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E91381; }

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

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

background-color css

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

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

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

border-color css

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

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

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