Html Css Color HEX #E12286 Deep Cerise

📋 copy color: '#E12286'

red 225 ◦ green 34 ◦ blue 134

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

Shades of Deep Cerise #E12286

Tints of Deep Cerise #E12286

RGB

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

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

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

R = 57.25%
G = 8.65%
B = 34.1%

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

#E12286 (or 0xE12286) is known color: Deep Cerise. HEX triplet: E1, 22 and 86. RGB value is (225,34,134). Sum of RGB (Red+Green+Blue) = 225+34+134=393 (52% of max value = 765). Red value is 225 (88.28% from 255 or 57.25% from 393); Green value is 34 (13.67% from 255 or 8.65% from 393); Blue value is 134 (52.73% from 255 or 34.10% from 393); Max value from RGB is 225 - color contains mainly: red. Hex color #E12286 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E12286 is #1EDD79. Grayscale: #666666. Windows color (decimal): -2022778 or 8790753. OLE color: 8790753.

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

Color convert

RGB 225 34 134 -
CMYK 0 0.85 0.40 0.12
HSL 328.59º 0.76% 0.51% -
HSV(B) 328.59º 0.85% 0.88% -
XYZ 35.93 18.87 24.3 -
YUV 102.51 145.78 215.37 -
System Red Green Blue C M Y K H S L
Decimal 225 34 134 0 0.85 0.40 0.12 328.59 0.76 0.51
Hex E1 22 86 0 55 28 C 149 4C 33
Octal 341 42 206 0 125 50 14 511 114 63
Binary 11100001 100010 10000110 0 1010101 101000 1100 101001001 1001100 110011

Color Harmonies of #E12286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12286

Black with #E12286

Text Example


Text Example

White with #E12286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12286; }

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

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

background-color css

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

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

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

border-color css

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

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

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