Html Css Color HEX #E21A8D Deep Cerise

📋 copy color: '#E21A8D'

red 226 ◦ green 26 ◦ blue 141

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

Shades of Deep Cerise #E21A8D

Tints of Deep Cerise #E21A8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 35.88%

R = 57.51%
G = 6.62%
B = 35.88%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.38

 K value IS 0.11

RGB Variations

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

Color information

#E21A8D (or 0xE21A8D) is known color: Deep Cerise. HEX triplet: E2, 1A and 8D. RGB value is (226,26,141). Sum of RGB (Red+Green+Blue) = 226+26+141=393 (52% of max value = 765). Red value is 226 (88.67% from 255 or 57.51% from 393); Green value is 26 (10.55% from 255 or 6.62% from 393); Blue value is 141 (55.47% from 255 or 35.88% from 393); Max value from RGB is 226 - color contains mainly: red. Hex color #E21A8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E21A8D is #1DE572. Grayscale: #626262. Windows color (decimal): -1959283 or 9247458. OLE color: 9247458.

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

Color convert

RGB 226 26 141 -
CMYK 0 0.88 0.38 0.11
HSL 325.5º 0.79% 0.49% -
HSV(B) 325.5º 0.88% 0.89% -
XYZ 36.54 18.83 26.91 -
YUV 98.91 151.76 218.65 -
System Red Green Blue C M Y K H S L
Decimal 226 26 141 0 0.88 0.38 0.11 325.5 0.79 0.49
Hex E2 1A 8D 0 58 26 B 146 4F 31
Octal 342 32 215 0 130 46 13 506 117 61
Binary 11100010 11010 10001101 0 1011000 100110 1011 101000110 1001111 110001

Color Harmonies of #E21A8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21A8D

Black with #E21A8D

Text Example


Text Example

White with #E21A8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21A8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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