Html Css Color HEX #E81993 Deep Pink

📋 copy color: '#E81993'

red 232 ◦ green 25 ◦ blue 147

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

Shades of Deep Pink #E81993

Tints of Deep Pink #E81993

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.19%

 BLUE value IS 147 (57.81% from 255) = 36.39%

R = 57.43%
G = 6.19%
B = 36.39%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.37

 K value IS 0.09

RGB Variations

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

Color information

#E81993 (or 0xE81993) is known color: Deep Pink. HEX triplet: E8, 19 and 93. RGB value is (232,25,147). Sum of RGB (Red+Green+Blue) = 232+25+147=404 (53% of max value = 765). Red value is 232 (91.02% from 255 or 57.43% from 404); Green value is 25 (10.16% from 255 or 6.19% from 404); Blue value is 147 (57.81% from 255 or 36.39% from 404); Max value from RGB is 232 - color contains mainly: red. Hex color #E81993 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E81993 is #17E66C. Grayscale: #646464. Windows color (decimal): -1566317 or 9640424. OLE color: 9640424.

HSL color Cylindrical-coordinate representation of color #E81993: hue angle of 324.64º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E81993 is Cyan = 0, Magento = 0.89, Yellow = 0.37 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 25 147 -
CMYK 0 0.89 0.37 0.09
HSL 324.64º 0.82% 0.5% -
HSV(B) 324.64º 0.89% 0.91% -
XYZ 38.89 19.96 29.41 -
YUV 100.8 154.08 221.58 -
System Red Green Blue C M Y K H S L
Decimal 232 25 147 0 0.89 0.37 0.09 324.64 0.82 0.5
Hex E8 19 93 0 59 25 9 145 52 32
Octal 350 31 223 0 131 45 11 505 122 62
Binary 11101000 11001 10010011 0 1011001 100101 1001 101000101 1010010 110010

Color Harmonies of #E81993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E81993

Black with #E81993

Text Example


Text Example

White with #E81993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E81993; }

 p { color: rgb(232,25,147); }

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

background-color css

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

 a { background-color: rgb(232,25,147); }

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

border-color css

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

 span { border-color: rgb(232,25,147); }

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