Html Css Color HEX #E42D91 Deep Cerise

📋 copy color: '#E42D91'

red 228 ◦ green 45 ◦ blue 145

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

Shades of Deep Cerise #E42D91

Tints of Deep Cerise #E42D91

RGB

 RED value IS 228 (89.45% from 255) = 54.55%

 GREEN value IS 45 (17.97% from 255) = 10.77%

 BLUE value IS 145 (57.03% from 255) = 34.69%

R = 54.55%
G = 10.77%
B = 34.69%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.36

 K value IS 0.11

RGB Variations

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

Color information

#E42D91 (or 0xE42D91) is known color: Deep Cerise. HEX triplet: E4, 2D and 91. RGB value is (228,45,145). Sum of RGB (Red+Green+Blue) = 228+45+145=418 (55% of max value = 765). Red value is 228 (89.45% from 255 or 54.55% from 418); Green value is 45 (17.97% from 255 or 10.77% from 418); Blue value is 145 (57.03% from 255 or 34.69% from 418); Max value from RGB is 228 - color contains mainly: red. Hex color #E42D91 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E42D91 is #1BD26E. Grayscale: #6E6E6E. Windows color (decimal): -1823343 or 9514468. OLE color: 9514468.

HSL color Cylindrical-coordinate representation of color #E42D91: hue angle of 327.21º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E42D91 is Cyan = 0, Magento = 0.80, Yellow = 0.36 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 45 145 -
CMYK 0 0.80 0.36 0.11
HSL 327.21º 0.77% 0.54% -
HSV(B) 327.21º 0.8% 0.89% -
XYZ 38.04 20.42 28.72 -
YUV 111.12 147.13 211.37 -
System Red Green Blue C M Y K H S L
Decimal 228 45 145 0 0.80 0.36 0.11 327.21 0.77 0.54
Hex E4 2D 91 0 50 24 B 147 4D 36
Octal 344 55 221 0 120 44 13 507 115 66
Binary 11100100 101101 10010001 0 1010000 100100 1011 101000111 1001101 110110

Color Harmonies of #E42D91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E42D91

Black with #E42D91

Text Example


Text Example

White with #E42D91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E42D91; }

 p { color: rgb(228,45,145); }

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

background-color css

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

 a { background-color: rgb(228,45,145); }

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

border-color css

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

 span { border-color: rgb(228,45,145); }

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