Html Css Color HEX #E12290 Deep Cerise

📋 copy color: '#E12290'

red 225 ◦ green 34 ◦ blue 144

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

Shades of Deep Cerise #E12290

Tints of Deep Cerise #E12290

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 35.73%

R = 55.83%
G = 8.44%
B = 35.73%

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

#E12290 (or 0xE12290) is known color: Deep Cerise. HEX triplet: E1, 22 and 90. RGB value is (225,34,144). Sum of RGB (Red+Green+Blue) = 225+34+144=403 (53% of max value = 765). Red value is 225 (88.28% from 255 or 55.83% from 403); Green value is 34 (13.67% from 255 or 8.44% from 403); Blue value is 144 (56.64% from 255 or 35.73% from 403); Max value from RGB is 225 - color contains mainly: red. Hex color #E12290 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E12290 is #1EDD6F. Grayscale: #676767. Windows color (decimal): -2022768 or 9446113. OLE color: 9446113.

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

Color convert

RGB 225 34 144 -
CMYK 0 0.85 0.36 0.12
HSL 325.45º 0.76% 0.51% -
HSV(B) 325.45º 0.85% 0.88% -
XYZ 36.66 19.17 28.15 -
YUV 103.65 150.78 214.56 -
System Red Green Blue C M Y K H S L
Decimal 225 34 144 0 0.85 0.36 0.12 325.45 0.76 0.51
Hex E1 22 90 0 55 24 C 145 4C 33
Octal 341 42 220 0 125 44 14 505 114 63
Binary 11100001 100010 10010000 0 1010101 100100 1100 101000101 1001100 110011

Color Harmonies of #E12290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12290

Black with #E12290

Text Example


Text Example

White with #E12290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12290; }

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

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

background-color css

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

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

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

border-color css

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

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

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