Html Css Color HEX #E12292 Deep Cerise

📋 copy color: '#E12292'

red 225 ◦ green 34 ◦ blue 146

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

Shades of Deep Cerise #E12292

Tints of Deep Cerise #E12292

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 36.05%

R = 55.56%
G = 8.4%
B = 36.05%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.35

 K value IS 0.12

RGB Variations

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

Color information

#E12292 (or 0xE12292) is known color: Deep Cerise. HEX triplet: E1, 22 and 92. RGB value is (225,34,146). Sum of RGB (Red+Green+Blue) = 225+34+146=405 (53% of max value = 765). Red value is 225 (88.28% from 255 or 55.56% from 405); Green value is 34 (13.67% from 255 or 8.40% from 405); Blue value is 146 (57.42% from 255 or 36.05% from 405); Max value from RGB is 225 - color contains mainly: red. Hex color #E12292 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E12292 is #1EDD6D. Grayscale: #676767. Windows color (decimal): -2022766 or 9577185. OLE color: 9577185.

HSL color Cylindrical-coordinate representation of color #E12292: hue angle of 324.82º 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 #E12292 is Cyan = 0, Magento = 0.85, Yellow = 0.35 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 34 146 -
CMYK 0 0.85 0.35 0.12
HSL 324.82º 0.76% 0.51% -
HSV(B) 324.82º 0.85% 0.88% -
XYZ 36.81 19.23 28.97 -
YUV 103.88 151.78 214.39 -
System Red Green Blue C M Y K H S L
Decimal 225 34 146 0 0.85 0.35 0.12 324.82 0.76 0.51
Hex E1 22 92 0 55 23 C 145 4C 33
Octal 341 42 222 0 125 43 14 505 114 63
Binary 11100001 100010 10010010 0 1010101 100011 1100 101000101 1001100 110011

Color Harmonies of #E12292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12292

Black with #E12292

Text Example


Text Example

White with #E12292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12292; }

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

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

background-color css

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

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

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

border-color css

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

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

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