Html Css Color HEX #E21D7B Deep Cerise

📋 copy color: '#E21D7B'

red 226 ◦ green 29 ◦ blue 123

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

Shades of Deep Cerise #E21D7B

Tints of Deep Cerise #E21D7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 32.54%

R = 59.79%
G = 7.67%
B = 32.54%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.46

 K value IS 0.11

RGB Variations

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

Color information

#E21D7B (or 0xE21D7B) is known color: Deep Cerise. HEX triplet: E2, 1D and 7B. RGB value is (226,29,123). Sum of RGB (Red+Green+Blue) = 226+29+123=378 (50% of max value = 765). Red value is 226 (88.67% from 255 or 59.79% from 378); Green value is 29 (11.72% from 255 or 7.67% from 378); Blue value is 123 (48.44% from 255 or 32.54% from 378); Max value from RGB is 226 - color contains mainly: red. Hex color #E21D7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E21D7B is #1DE284. Grayscale: #626262. Windows color (decimal): -1958533 or 8068578. OLE color: 8068578.

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

Color convert

RGB 226 29 123 -
CMYK 0 0.87 0.46 0.11
HSL 331.37º 0.77% 0.5% -
HSV(B) 331.37º 0.87% 0.89% -
XYZ 35.38 18.48 20.44 -
YUV 98.62 141.77 218.86 -
System Red Green Blue C M Y K H S L
Decimal 226 29 123 0 0.87 0.46 0.11 331.37 0.77 0.5
Hex E2 1D 7B 0 57 2E B 14B 4D 32
Octal 342 35 173 0 127 56 13 513 115 62
Binary 11100010 11101 1111011 0 1010111 101110 1011 101001011 1001101 110010

Color Harmonies of #E21D7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21D7B

Black with #E21D7B

Text Example


Text Example

White with #E21D7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21D7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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