Html Css Color HEX #E21C7D Deep Cerise

📋 copy color: '#E21C7D'

red 226 ◦ green 28 ◦ blue 125

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

Shades of Deep Cerise #E21C7D

Tints of Deep Cerise #E21C7D

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.39%

 BLUE value IS 125 (49.22% from 255) = 32.98%

R = 59.63%
G = 7.39%
B = 32.98%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.45

 K value IS 0.11

RGB Variations

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

Color information

#E21C7D (or 0xE21C7D) is known color: Deep Cerise. HEX triplet: E2, 1C and 7D. RGB value is (226,28,125). Sum of RGB (Red+Green+Blue) = 226+28+125=379 (50% of max value = 765). Red value is 226 (88.67% from 255 or 59.63% from 379); Green value is 28 (11.33% from 255 or 7.39% from 379); Blue value is 125 (49.22% from 255 or 32.98% from 379); Max value from RGB is 226 - color contains mainly: red. Hex color #E21C7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E21C7D is #1DE382. Grayscale: #626262. Windows color (decimal): -1958787 or 8199394. OLE color: 8199394.

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

Color convert

RGB 226 28 125 -
CMYK 0 0.88 0.45 0.11
HSL 330.61º 0.78% 0.5% -
HSV(B) 330.61º 0.88% 0.89% -
XYZ 35.48 18.48 21.1 -
YUV 98.26 143.1 219.11 -
System Red Green Blue C M Y K H S L
Decimal 226 28 125 0 0.88 0.45 0.11 330.61 0.78 0.5
Hex E2 1C 7D 0 58 2D B 14B 4E 32
Octal 342 34 175 0 130 55 13 513 116 62
Binary 11100010 11100 1111101 0 1011000 101101 1011 101001011 1001110 110010

Color Harmonies of #E21C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21C7D

Black with #E21C7D

Text Example


Text Example

White with #E21C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21C7D; }

 p { color: rgb(226,28,125); }

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

background-color css

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

 a { background-color: rgb(226,28,125); }

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

border-color css

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

 span { border-color: rgb(226,28,125); }

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