Html Css Color HEX #E21E8A Deep Cerise

📋 copy color: '#E21E8A'

red 226 ◦ green 30 ◦ blue 138

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

Shades of Deep Cerise #E21E8A

Tints of Deep Cerise #E21E8A

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.61%

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

R = 57.36%
G = 7.61%
B = 35.03%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.39

 K value IS 0.11

RGB Variations

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

Color information

#E21E8A (or 0xE21E8A) is known color: Deep Cerise. HEX triplet: E2, 1E and 8A. RGB value is (226,30,138). Sum of RGB (Red+Green+Blue) = 226+30+138=394 (52% of max value = 765). Red value is 226 (88.67% from 255 or 57.36% from 394); Green value is 30 (12.11% from 255 or 7.61% from 394); Blue value is 138 (54.30% from 255 or 35.03% from 394); Max value from RGB is 226 - color contains mainly: red. Hex color #E21E8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E21E8A is #1DE175. Grayscale: #646464. Windows color (decimal): -1958262 or 9051874. OLE color: 9051874.

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

Color convert

RGB 226 30 138 -
CMYK 0 0.87 0.39 0.11
HSL 326.94º 0.77% 0.5% -
HSV(B) 326.94º 0.87% 0.89% -
XYZ 36.42 18.93 25.78 -
YUV 100.92 148.93 217.22 -
System Red Green Blue C M Y K H S L
Decimal 226 30 138 0 0.87 0.39 0.11 326.94 0.77 0.5
Hex E2 1E 8A 0 57 27 B 147 4D 32
Octal 342 36 212 0 127 47 13 507 115 62
Binary 11100010 11110 10001010 0 1010111 100111 1011 101000111 1001101 110010

Color Harmonies of #E21E8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21E8A

Black with #E21E8A

Text Example


Text Example

White with #E21E8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21E8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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