Html Css Color HEX #E21D8D Deep Cerise

📋 copy color: '#E21D8D'

red 226 ◦ green 29 ◦ blue 141

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

Shades of Deep Cerise #E21D8D

Tints of Deep Cerise #E21D8D

RGB

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

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

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

R = 57.07%
G = 7.32%
B = 35.61%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.38

 K value IS 0.11

RGB Variations

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

Color information

#E21D8D (or 0xE21D8D) is known color: Deep Cerise. HEX triplet: E2, 1D and 8D. RGB value is (226,29,141). Sum of RGB (Red+Green+Blue) = 226+29+141=396 (52% of max value = 765). Red value is 226 (88.67% from 255 or 57.07% from 396); Green value is 29 (11.72% from 255 or 7.32% from 396); Blue value is 141 (55.47% from 255 or 35.61% from 396); Max value from RGB is 226 - color contains mainly: red. Hex color #E21D8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E21D8D is #1DE272. Grayscale: #646464. Windows color (decimal): -1958515 or 9248226. OLE color: 9248226.

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

Color convert

RGB 226 29 141 -
CMYK 0 0.87 0.38 0.11
HSL 325.89º 0.77% 0.5% -
HSV(B) 325.89º 0.87% 0.89% -
XYZ 36.61 18.97 26.93 -
YUV 100.67 150.77 217.39 -
System Red Green Blue C M Y K H S L
Decimal 226 29 141 0 0.87 0.38 0.11 325.89 0.77 0.5
Hex E2 1D 8D 0 57 26 B 146 4D 32
Octal 342 35 215 0 127 46 13 506 115 62
Binary 11100010 11101 10001101 0 1010111 100110 1011 101000110 1001101 110010

Color Harmonies of #E21D8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21D8D

Black with #E21D8D

Text Example


Text Example

White with #E21D8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21D8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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