Html Css Color HEX #E21993 Deep Pink

📋 copy color: '#E21993'

red 226 ◦ green 25 ◦ blue 147

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

Shades of Deep Pink #E21993

Tints of Deep Pink #E21993

RGB

 RED value IS 226 (88.67% from 255) = 56.78%

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

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

R = 56.78%
G = 6.28%
B = 36.93%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.35

 K value IS 0.11

RGB Variations

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

Color information

#E21993 (or 0xE21993) is known color: Deep Pink. HEX triplet: E2, 19 and 93. RGB value is (226,25,147). Sum of RGB (Red+Green+Blue) = 226+25+147=398 (52% of max value = 765). Red value is 226 (88.67% from 255 or 56.78% from 398); Green value is 25 (10.16% from 255 or 6.28% from 398); Blue value is 147 (57.81% from 255 or 36.93% from 398); Max value from RGB is 226 - color contains mainly: red. Hex color #E21993 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E21993 is #1DE66C. Grayscale: #626262. Windows color (decimal): -1959533 or 9640418. OLE color: 9640418.

HSL color Cylindrical-coordinate representation of color #E21993: hue angle of 323.58º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E21993 is Cyan = 0, Magento = 0.89, Yellow = 0.35 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 25 147 -
CMYK 0 0.89 0.35 0.11
HSL 323.58º 0.8% 0.49% -
HSV(B) 323.58º 0.89% 0.89% -
XYZ 36.98 18.97 29.32 -
YUV 99.01 155.09 218.58 -
System Red Green Blue C M Y K H S L
Decimal 226 25 147 0 0.89 0.35 0.11 323.58 0.8 0.49
Hex E2 19 93 0 59 23 B 144 50 31
Octal 342 31 223 0 131 43 13 504 120 61
Binary 11100010 11001 10010011 0 1011001 100011 1011 101000100 1010000 110001

Color Harmonies of #E21993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21993

Black with #E21993

Text Example


Text Example

White with #E21993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21993; }

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

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

background-color css

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

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

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

border-color css

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

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

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