Html Css Color HEX #E21D8A Deep Cerise

📋 copy color: '#E21D8A'

red 226 ◦ green 29 ◦ blue 138

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

Shades of Deep Cerise #E21D8A

Tints of Deep Cerise #E21D8A

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.38%

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

R = 57.51%
G = 7.38%
B = 35.11%

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

#E21D8A (or 0xE21D8A) is known color: Deep Cerise. HEX triplet: E2, 1D and 8A. RGB value is (226,29,138). Sum of RGB (Red+Green+Blue) = 226+29+138=393 (52% of max value = 765). Red value is 226 (88.67% from 255 or 57.51% from 393); Green value is 29 (11.72% from 255 or 7.38% from 393); Blue value is 138 (54.30% from 255 or 35.11% from 393); Max value from RGB is 226 - color contains mainly: red. Hex color #E21D8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E21D8A is #1DE275. Grayscale: #646464. Windows color (decimal): -1958518 or 9051618. OLE color: 9051618.

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

Color convert

RGB 226 29 138 -
CMYK 0 0.87 0.39 0.11
HSL 326.8º 0.77% 0.5% -
HSV(B) 326.8º 0.87% 0.89% -
XYZ 36.39 18.88 25.77 -
YUV 100.33 149.27 217.64 -
System Red Green Blue C M Y K H S L
Decimal 226 29 138 0 0.87 0.39 0.11 326.8 0.77 0.5
Hex E2 1D 8A 0 57 27 B 147 4D 32
Octal 342 35 212 0 127 47 13 507 115 62
Binary 11100010 11101 10001010 0 1010111 100111 1011 101000111 1001101 110010

Color Harmonies of #E21D8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21D8A

Black with #E21D8A

Text Example


Text Example

White with #E21D8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21D8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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