Html Css Color HEX #E12486 Deep Cerise

📋 copy color: '#E12486'

red 225 ◦ green 36 ◦ blue 134

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

Shades of Deep Cerise #E12486

Tints of Deep Cerise #E12486

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.11%

 BLUE value IS 134 (52.73% from 255) = 33.92%

R = 56.96%
G = 9.11%
B = 33.92%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.40

 K value IS 0.12

RGB Variations

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

Color information

#E12486 (or 0xE12486) is known color: Deep Cerise. HEX triplet: E1, 24 and 86. RGB value is (225,36,134). Sum of RGB (Red+Green+Blue) = 225+36+134=395 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.96% from 395); Green value is 36 (14.45% from 255 or 9.11% from 395); Blue value is 134 (52.73% from 255 or 33.92% from 395); Max value from RGB is 225 - color contains mainly: red. Hex color #E12486 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E12486 is #1EDB79. Grayscale: #676767. Windows color (decimal): -2022266 or 8791265. OLE color: 8791265.

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

Color convert

RGB 225 36 134 -
CMYK 0 0.84 0.40 0.12
HSL 328.89º 0.76% 0.51% -
HSV(B) 328.89º 0.84% 0.88% -
XYZ 35.99 18.99 24.32 -
YUV 103.68 145.12 214.53 -
System Red Green Blue C M Y K H S L
Decimal 225 36 134 0 0.84 0.40 0.12 328.89 0.76 0.51
Hex E1 24 86 0 54 28 C 149 4C 33
Octal 341 44 206 0 124 50 14 511 114 63
Binary 11100001 100100 10000110 0 1010100 101000 1100 101001001 1001100 110011

Color Harmonies of #E12486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12486

Black with #E12486

Text Example


Text Example

White with #E12486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12486; }

 p { color: rgb(225,36,134); }

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

background-color css

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

 a { background-color: rgb(225,36,134); }

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

border-color css

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

 span { border-color: rgb(225,36,134); }

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