Html Css Color HEX #E21C8A Deep Cerise

📋 copy color: '#E21C8A'

red 226 ◦ green 28 ◦ blue 138

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

Shades of Deep Cerise #E21C8A

Tints of Deep Cerise #E21C8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 35.2%

R = 57.65%
G = 7.14%
B = 35.2%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.39

 K value IS 0.11

RGB Variations

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

Color information

#E21C8A (or 0xE21C8A) is known color: Deep Cerise. HEX triplet: E2, 1C and 8A. RGB value is (226,28,138). Sum of RGB (Red+Green+Blue) = 226+28+138=392 (51% of max value = 765). Red value is 226 (88.67% from 255 or 57.65% from 392); Green value is 28 (11.33% from 255 or 7.14% from 392); Blue value is 138 (54.30% from 255 or 35.20% from 392); Max value from RGB is 226 - color contains mainly: red. Hex color #E21C8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E21C8A is #1DE375. Grayscale: #636363. Windows color (decimal): -1958774 or 9051362. OLE color: 9051362.

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

Color convert

RGB 226 28 138 -
CMYK 0 0.88 0.39 0.11
HSL 326.67º 0.78% 0.5% -
HSV(B) 326.67º 0.88% 0.89% -
XYZ 36.37 18.83 25.76 -
YUV 99.74 149.6 218.06 -
System Red Green Blue C M Y K H S L
Decimal 226 28 138 0 0.88 0.39 0.11 326.67 0.78 0.5
Hex E2 1C 8A 0 58 27 B 147 4E 32
Octal 342 34 212 0 130 47 13 507 116 62
Binary 11100010 11100 10001010 0 1011000 100111 1011 101000111 1001110 110010

Color Harmonies of #E21C8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21C8A

Black with #E21C8A

Text Example


Text Example

White with #E21C8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21C8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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