Html Css Color HEX #E21392 Deep Pink

📋 copy color: '#E21392'

red 226 ◦ green 19 ◦ blue 146

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

Shades of Deep Pink #E21392

Tints of Deep Pink #E21392

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 37.34%

R = 57.8%
G = 4.86%
B = 37.34%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.35

 K value IS 0.11

RGB Variations

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

Color information

#E21392 (or 0xE21392) is known color: Deep Pink. HEX triplet: E2, 13 and 92. RGB value is (226,19,146). Sum of RGB (Red+Green+Blue) = 226+19+146=391 (51% of max value = 765). Red value is 226 (88.67% from 255 or 57.80% from 391); Green value is 19 (7.81% from 255 or 4.86% from 391); Blue value is 146 (57.42% from 255 or 37.34% from 391); Max value from RGB is 226 - color contains mainly: red. Hex color #E21392 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E21392 is #1DEC6D. Grayscale: #5F5F5F. Windows color (decimal): -1961070 or 9573346. OLE color: 9573346.

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

Color convert

RGB 226 19 146 -
CMYK 0 0.92 0.35 0.11
HSL 323.19º 0.84% 0.48% -
HSV(B) 323.19º 0.92% 0.89% -
XYZ 36.79 18.71 28.87 -
YUV 95.37 156.58 221.17 -
System Red Green Blue C M Y K H S L
Decimal 226 19 146 0 0.92 0.35 0.11 323.19 0.84 0.48
Hex E2 13 92 0 5C 23 B 143 54 30
Octal 342 23 222 0 134 43 13 503 124 60
Binary 11100010 10011 10010010 0 1011100 100011 1011 101000011 1010100 110000

Color Harmonies of #E21392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21392

Black with #E21392

Text Example


Text Example

White with #E21392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21392; }

 p { color: rgb(226,19,146); }

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

background-color css

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

 a { background-color: rgb(226,19,146); }

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

border-color css

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

 span { border-color: rgb(226,19,146); }

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