Html Css Color HEX #E21591 Deep Pink

📋 copy color: '#E21591'

red 226 ◦ green 21 ◦ blue 145

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

Shades of Deep Pink #E21591

Tints of Deep Pink #E21591

RGB

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

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

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

R = 57.65%
G = 5.36%
B = 36.99%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.36

 K value IS 0.11

RGB Variations

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

Color information

#E21591 (or 0xE21591) is known color: Deep Pink. HEX triplet: E2, 15 and 91. RGB value is (226,21,145). Sum of RGB (Red+Green+Blue) = 226+21+145=392 (51% of max value = 765). Red value is 226 (88.67% from 255 or 57.65% from 392); Green value is 21 (8.59% from 255 or 5.36% from 392); Blue value is 145 (57.03% from 255 or 36.99% from 392); Max value from RGB is 226 - color contains mainly: red. Hex color #E21591 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E21591 is #1DEA6E. Grayscale: #606060. Windows color (decimal): -1960559 or 9508322. OLE color: 9508322.

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

Color convert

RGB 226 21 145 -
CMYK 0 0.91 0.36 0.11
HSL 323.71º 0.83% 0.48% -
HSV(B) 323.71º 0.91% 0.89% -
XYZ 36.74 18.75 28.47 -
YUV 96.43 155.42 220.42 -
System Red Green Blue C M Y K H S L
Decimal 226 21 145 0 0.91 0.36 0.11 323.71 0.83 0.48
Hex E2 15 91 0 5B 24 B 144 53 30
Octal 342 25 221 0 133 44 13 504 123 60
Binary 11100010 10101 10010001 0 1011011 100100 1011 101000100 1010011 110000

Color Harmonies of #E21591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21591

Black with #E21591

Text Example


Text Example

White with #E21591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21591; }

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

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

background-color css

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

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

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

border-color css

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

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

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