Html Css Color HEX #E12186 Deep Cerise

📋 copy color: '#E12186'

red 225 ◦ green 33 ◦ blue 134

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

Shades of Deep Cerise #E12186

Tints of Deep Cerise #E12186

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.42%

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

R = 57.4%
G = 8.42%
B = 34.18%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.40

 K value IS 0.12

RGB Variations

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

Color information

#E12186 (or 0xE12186) is known color: Deep Cerise. HEX triplet: E1, 21 and 86. RGB value is (225,33,134). Sum of RGB (Red+Green+Blue) = 225+33+134=392 (51% of max value = 765). Red value is 225 (88.28% from 255 or 57.40% from 392); Green value is 33 (13.28% from 255 or 8.42% from 392); Blue value is 134 (52.73% from 255 or 34.18% from 392); Max value from RGB is 225 - color contains mainly: red. Hex color #E12186 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E12186 is #1EDE79. Grayscale: #656565. Windows color (decimal): -2023034 or 8790497. OLE color: 8790497.

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

Color convert

RGB 225 33 134 -
CMYK 0 0.85 0.40 0.12
HSL 328.44º 0.76% 0.51% -
HSV(B) 328.44º 0.85% 0.88% -
XYZ 35.9 18.82 24.29 -
YUV 101.92 146.11 215.79 -
System Red Green Blue C M Y K H S L
Decimal 225 33 134 0 0.85 0.40 0.12 328.44 0.76 0.51
Hex E1 21 86 0 55 28 C 148 4C 33
Octal 341 41 206 0 125 50 14 510 114 63
Binary 11100001 100001 10000110 0 1010101 101000 1100 101001000 1001100 110011

Color Harmonies of #E12186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12186

Black with #E12186

Text Example


Text Example

White with #E12186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12186; }

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

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

background-color css

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

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

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

border-color css

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

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

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