Html Css Color HEX #E21CA7 Spicy Pink

📋 copy color: '#E21CA7'

red 226 ◦ green 28 ◦ blue 167

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

Shades of Spicy Pink #E21CA7

Tints of Spicy Pink #E21CA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 39.67%

R = 53.68%
G = 6.65%
B = 39.67%

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

#E21CA7 (or 0xE21CA7) is known color: Spicy Pink. HEX triplet: E2, 1C and A7. RGB value is (226,28,167). Sum of RGB (Red+Green+Blue) = 226+28+167=421 (55% of max value = 765). Red value is 226 (88.67% from 255 or 53.68% from 421); Green value is 28 (11.33% from 255 or 6.65% from 421); Blue value is 167 (65.62% from 255 or 39.67% from 421); Max value from RGB is 226 - color contains mainly: red. Hex color #E21CA7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E21CA7 is #1DE358. Grayscale: #666666. Windows color (decimal): -1958745 or 10951906. OLE color: 10951906.

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

Color convert

RGB 226 28 167 -
CMYK 0 0.88 0.26 0.11
HSL 317.88º 0.78% 0.5% -
HSV(B) 317.88º 0.88% 0.89% -
XYZ 38.75 19.79 38.34 -
YUV 103.05 164.1 215.7 -
System Red Green Blue C M Y K H S L
Decimal 226 28 167 0 0.88 0.26 0.11 317.88 0.78 0.5
Hex E2 1C A7 0 58 1A B 13E 4E 32
Octal 342 34 247 0 130 32 13 476 116 62
Binary 11100010 11100 10100111 0 1011000 11010 1011 100111110 1001110 110010

Color Harmonies of #E21CA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21CA7

Black with #E21CA7

Text Example


Text Example

White with #E21CA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21CA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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