Html Css Color HEX #E21A8A Deep Cerise

📋 copy color: '#E21A8A'

red 226 ◦ green 26 ◦ blue 138

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

Shades of Deep Cerise #E21A8A

Tints of Deep Cerise #E21A8A

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.67%

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

R = 57.95%
G = 6.67%
B = 35.38%

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

#E21A8A (or 0xE21A8A) is known color: Deep Cerise. HEX triplet: E2, 1A and 8A. RGB value is (226,26,138). Sum of RGB (Red+Green+Blue) = 226+26+138=390 (51% of max value = 765). Red value is 226 (88.67% from 255 or 57.95% from 390); Green value is 26 (10.55% from 255 or 6.67% from 390); Blue value is 138 (54.30% from 255 or 35.38% from 390); Max value from RGB is 226 - color contains mainly: red. Hex color #E21A8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E21A8A is #1DE575. Grayscale: #626262. Windows color (decimal): -1959286 or 9050850. OLE color: 9050850.

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

Color convert

RGB 226 26 138 -
CMYK 0 0.88 0.39 0.11
HSL 326.4º 0.79% 0.49% -
HSV(B) 326.4º 0.88% 0.89% -
XYZ 36.32 18.74 25.75 -
YUV 98.57 150.26 218.89 -
System Red Green Blue C M Y K H S L
Decimal 226 26 138 0 0.88 0.39 0.11 326.4 0.79 0.49
Hex E2 1A 8A 0 58 27 B 146 4F 31
Octal 342 32 212 0 130 47 13 506 117 61
Binary 11100010 11010 10001010 0 1011000 100111 1011 101000110 1001111 110001

Color Harmonies of #E21A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21A8A

Black with #E21A8A

Text Example


Text Example

White with #E21A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21A8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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