Html Css Color HEX #E21DAE Spicy Pink

📋 copy color: '#E21DAE'

red 226 ◦ green 29 ◦ blue 174

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

Shades of Spicy Pink #E21DAE

Tints of Spicy Pink #E21DAE

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.76%

 BLUE value IS 174 (68.36% from 255) = 40.56%

R = 52.68%
G = 6.76%
B = 40.56%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.23

 K value IS 0.11

RGB Variations

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

Color information

#E21DAE (or 0xE21DAE) is known color: Spicy Pink. HEX triplet: E2, 1D and AE. RGB value is (226,29,174). Sum of RGB (Red+Green+Blue) = 226+29+174=429 (56% of max value = 765). Red value is 226 (88.67% from 255 or 52.68% from 429); Green value is 29 (11.72% from 255 or 6.76% from 429); Blue value is 174 (68.36% from 255 or 40.56% from 429); Max value from RGB is 226 - color contains mainly: red. Hex color #E21DAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E21DAE is #1DE251. Grayscale: #686868. Windows color (decimal): -1958482 or 11410914. OLE color: 11410914.

HSL color Cylindrical-coordinate representation of color #E21DAE: hue angle of 315.84º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E21DAE is Cyan = 0, Magento = 0.87, Yellow = 0.23 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 29 174 -
CMYK 0 0.87 0.23 0.11
HSL 315.84º 0.77% 0.5% -
HSV(B) 315.84º 0.87% 0.89% -
XYZ 39.44 20.1 41.85 -
YUV 104.43 167.27 214.71 -
System Red Green Blue C M Y K H S L
Decimal 226 29 174 0 0.87 0.23 0.11 315.84 0.77 0.5
Hex E2 1D AE 0 57 17 B 13C 4D 32
Octal 342 35 256 0 127 27 13 474 115 62
Binary 11100010 11101 10101110 0 1010111 10111 1011 100111100 1001101 110010

Color Harmonies of #E21DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21DAE

Black with #E21DAE

Text Example


Text Example

White with #E21DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21DAE; }

 p { color: rgb(226,29,174); }

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

background-color css

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

 a { background-color: rgb(226,29,174); }

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

border-color css

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

 span { border-color: rgb(226,29,174); }

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