Html Css Color HEX #E81591 Deep Pink

📋 copy color: '#E81591'

red 232 ◦ green 21 ◦ blue 145

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

Shades of Deep Pink #E81591

Tints of Deep Pink #E81591

RGB

 RED value IS 232 (91.02% from 255) = 58.29%

 GREEN value IS 21 (8.59% from 255) = 5.28%

 BLUE value IS 145 (57.03% from 255) = 36.43%

R = 58.29%
G = 5.28%
B = 36.43%

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

#E81591 (or 0xE81591) is known color: Deep Pink. HEX triplet: E8, 15 and 91. RGB value is (232,21,145). Sum of RGB (Red+Green+Blue) = 232+21+145=398 (52% of max value = 765). Red value is 232 (91.02% from 255 or 58.29% from 398); Green value is 21 (8.59% from 255 or 5.28% from 398); Blue value is 145 (57.03% from 255 or 36.43% from 398); Max value from RGB is 232 - color contains mainly: red. Hex color #E81591 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E81591 is #17EA6E. Grayscale: #616161. Windows color (decimal): -1567343 or 9508328. OLE color: 9508328.

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

Color convert

RGB 232 21 145 -
CMYK 0 0.91 0.38 0.09
HSL 324.74º 0.83% 0.5% -
HSV(B) 324.74º 0.91% 0.91% -
XYZ 38.66 19.74 28.56 -
YUV 98.23 154.4 223.42 -
System Red Green Blue C M Y K H S L
Decimal 232 21 145 0 0.91 0.38 0.09 324.74 0.83 0.5
Hex E8 15 91 0 5B 26 9 145 53 32
Octal 350 25 221 0 133 46 11 505 123 62
Binary 11101000 10101 10010001 0 1011011 100110 1001 101000101 1010011 110010

Color Harmonies of #E81591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E81591

Black with #E81591

Text Example


Text Example

White with #E81591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E81591; }

 p { color: rgb(232,21,145); }

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

background-color css

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

 a { background-color: rgb(232,21,145); }

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

border-color css

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

 span { border-color: rgb(232,21,145); }

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