Html Css Color HEX #E12586 Deep Cerise

📋 copy color: '#E12586'

red 225 ◦ green 37 ◦ blue 134

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

Shades of Deep Cerise #E12586

Tints of Deep Cerise #E12586

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.34%

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

R = 56.82%
G = 9.34%
B = 33.84%

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

#E12586 (or 0xE12586) is known color: Deep Cerise. HEX triplet: E1, 25 and 86. RGB value is (225,37,134). Sum of RGB (Red+Green+Blue) = 225+37+134=396 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.82% from 396); Green value is 37 (14.84% from 255 or 9.34% from 396); Blue value is 134 (52.73% from 255 or 33.84% from 396); Max value from RGB is 225 - color contains mainly: red. Hex color #E12586 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E12586 is #1EDA79. Grayscale: #686868. Windows color (decimal): -2022010 or 8791521. OLE color: 8791521.

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

Color convert

RGB 225 37 134 -
CMYK 0 0.84 0.40 0.12
HSL 329.04º 0.76% 0.51% -
HSV(B) 329.04º 0.84% 0.88% -
XYZ 36.02 19.05 24.33 -
YUV 104.27 144.78 214.11 -
System Red Green Blue C M Y K H S L
Decimal 225 37 134 0 0.84 0.40 0.12 329.04 0.76 0.51
Hex E1 25 86 0 54 28 C 149 4C 33
Octal 341 45 206 0 124 50 14 511 114 63
Binary 11100001 100101 10000110 0 1010100 101000 1100 101001001 1001100 110011

Color Harmonies of #E12586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12586

Black with #E12586

Text Example


Text Example

White with #E12586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12586; }

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

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

background-color css

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

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

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

border-color css

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

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

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