Html Css Color HEX #E21592 Deep Pink

📋 copy color: '#E21592'

red 226 ◦ green 21 ◦ blue 146

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

Shades of Deep Pink #E21592

Tints of Deep Pink #E21592

RGB

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

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

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

R = 57.51%
G = 5.34%
B = 37.15%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.35

 K value IS 0.11

RGB Variations

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

Color information

#E21592 (or 0xE21592) is known color: Deep Pink. HEX triplet: E2, 15 and 92. RGB value is (226,21,146). Sum of RGB (Red+Green+Blue) = 226+21+146=393 (52% of max value = 765). Red value is 226 (88.67% from 255 or 57.51% from 393); Green value is 21 (8.59% from 255 or 5.34% from 393); Blue value is 146 (57.42% from 255 or 37.15% from 393); Max value from RGB is 226 - color contains mainly: red. Hex color #E21592 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E21592 is #1DEA6D. Grayscale: #606060. Windows color (decimal): -1960558 or 9573858. OLE color: 9573858.

HSL color Cylindrical-coordinate representation of color #E21592: hue angle of 323.41º 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 #E21592 is Cyan = 0, Magento = 0.91, Yellow = 0.35 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 21 146 -
CMYK 0 0.91 0.35 0.11
HSL 323.41º 0.83% 0.48% -
HSV(B) 323.41º 0.91% 0.89% -
XYZ 36.82 18.78 28.88 -
YUV 96.55 155.92 220.34 -
System Red Green Blue C M Y K H S L
Decimal 226 21 146 0 0.91 0.35 0.11 323.41 0.83 0.48
Hex E2 15 92 0 5B 23 B 143 53 30
Octal 342 25 222 0 133 43 13 503 123 60
Binary 11100010 10101 10010010 0 1011011 100011 1011 101000011 1010011 110000

Color Harmonies of #E21592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21592

Black with #E21592

Text Example


Text Example

White with #E21592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21592; }

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

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

background-color css

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

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

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

border-color css

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

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

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