Html Css Color HEX #E12294 Deep Cerise

📋 copy color: '#E12294'

red 225 ◦ green 34 ◦ blue 148

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

Shades of Deep Cerise #E12294

Tints of Deep Cerise #E12294

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 36.36%

R = 55.28%
G = 8.35%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.34

 K value IS 0.12

RGB Variations

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

Color information

#E12294 (or 0xE12294) is known color: Deep Cerise. HEX triplet: E1, 22 and 94. RGB value is (225,34,148). Sum of RGB (Red+Green+Blue) = 225+34+148=407 (53% of max value = 765). Red value is 225 (88.28% from 255 or 55.28% from 407); Green value is 34 (13.67% from 255 or 8.35% from 407); Blue value is 148 (58.20% from 255 or 36.36% from 407); Max value from RGB is 225 - color contains mainly: red. Hex color #E12294 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E12294 is #1EDD6B. Grayscale: #676767. Windows color (decimal): -2022764 or 9708257. OLE color: 9708257.

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

Color convert

RGB 225 34 148 -
CMYK 0 0.85 0.34 0.12
HSL 324.19º 0.76% 0.51% -
HSV(B) 324.19º 0.85% 0.88% -
XYZ 36.97 19.29 29.79 -
YUV 104.11 152.78 214.23 -
System Red Green Blue C M Y K H S L
Decimal 225 34 148 0 0.85 0.34 0.12 324.19 0.76 0.51
Hex E1 22 94 0 55 22 C 144 4C 33
Octal 341 42 224 0 125 42 14 504 114 63
Binary 11100001 100010 10010100 0 1010101 100010 1100 101000100 1001100 110011

Color Harmonies of #E12294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12294

Black with #E12294

Text Example


Text Example

White with #E12294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12294; }

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

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

background-color css

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

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

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

border-color css

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

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

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