Html Css Color HEX #E21CA8 Spicy Pink

📋 copy color: '#E21CA8'

red 226 ◦ green 28 ◦ blue 168

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

Shades of Spicy Pink #E21CA8

Tints of Spicy Pink #E21CA8

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.64%

 BLUE value IS 168 (66.02% from 255) = 39.81%

R = 53.55%
G = 6.64%
B = 39.81%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.26

 K value IS 0.11

RGB Variations

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

Color information

#E21CA8 (or 0xE21CA8) is known color: Spicy Pink. HEX triplet: E2, 1C and A8. RGB value is (226,28,168). Sum of RGB (Red+Green+Blue) = 226+28+168=422 (55% of max value = 765). Red value is 226 (88.67% from 255 or 53.55% from 422); Green value is 28 (11.33% from 255 or 6.64% from 422); Blue value is 168 (66.02% from 255 or 39.81% from 422); Max value from RGB is 226 - color contains mainly: red. Hex color #E21CA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E21CA8 is #1DE357. Grayscale: #666666. Windows color (decimal): -1958744 or 11017442. OLE color: 11017442.

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

Color convert

RGB 226 28 168 -
CMYK 0 0.88 0.26 0.11
HSL 317.58º 0.78% 0.5% -
HSV(B) 317.58º 0.88% 0.89% -
XYZ 38.85 19.83 38.83 -
YUV 103.16 164.6 215.62 -
System Red Green Blue C M Y K H S L
Decimal 226 28 168 0 0.88 0.26 0.11 317.58 0.78 0.5
Hex E2 1C A8 0 58 1A B 13E 4E 32
Octal 342 34 250 0 130 32 13 476 116 62
Binary 11100010 11100 10101000 0 1011000 11010 1011 100111110 1001110 110010

Color Harmonies of #E21CA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21CA8

Black with #E21CA8

Text Example


Text Example

White with #E21CA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21CA8; }

 p { color: rgb(226,28,168); }

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

background-color css

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

 a { background-color: rgb(226,28,168); }

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

border-color css

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

 span { border-color: rgb(226,28,168); }

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