Html Css Color HEX #E12291 Deep Cerise

📋 copy color: '#E12291'

red 225 ◦ green 34 ◦ blue 145

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

Shades of Deep Cerise #E12291

Tints of Deep Cerise #E12291

RGB

 RED value IS 225 (88.28% from 255) = 55.69%

 GREEN value IS 34 (13.67% from 255) = 8.42%

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

R = 55.69%
G = 8.42%
B = 35.89%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.36

 K value IS 0.12

RGB Variations

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

Color information

#E12291 (or 0xE12291) is known color: Deep Cerise. HEX triplet: E1, 22 and 91. RGB value is (225,34,145). Sum of RGB (Red+Green+Blue) = 225+34+145=404 (53% of max value = 765). Red value is 225 (88.28% from 255 or 55.69% from 404); Green value is 34 (13.67% from 255 or 8.42% from 404); Blue value is 145 (57.03% from 255 or 35.89% from 404); Max value from RGB is 225 - color contains mainly: red. Hex color #E12291 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E12291 is #1EDD6E. Grayscale: #676767. Windows color (decimal): -2022767 or 9511649. OLE color: 9511649.

HSL color Cylindrical-coordinate representation of color #E12291: hue angle of 325.13º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E12291 is Cyan = 0, Magento = 0.85, Yellow = 0.36 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 34 145 -
CMYK 0 0.85 0.36 0.12
HSL 325.13º 0.76% 0.51% -
HSV(B) 325.13º 0.85% 0.88% -
XYZ 36.73 19.2 28.56 -
YUV 103.76 151.28 214.47 -
System Red Green Blue C M Y K H S L
Decimal 225 34 145 0 0.85 0.36 0.12 325.13 0.76 0.51
Hex E1 22 91 0 55 24 C 145 4C 33
Octal 341 42 221 0 125 44 14 505 114 63
Binary 11100001 100010 10010001 0 1010101 100100 1100 101000101 1001100 110011

Color Harmonies of #E12291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12291

Black with #E12291

Text Example


Text Example

White with #E12291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12291; }

 p { color: rgb(225,34,145); }

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

background-color css

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

 a { background-color: rgb(225,34,145); }

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

border-color css

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

 span { border-color: rgb(225,34,145); }

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