Html Css Color HEX #E12084 Deep Cerise

📋 copy color: '#E12084'

red 225 ◦ green 32 ◦ blue 132

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

Shades of Deep Cerise #E12084

Tints of Deep Cerise #E12084

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.23%

 BLUE value IS 132 (51.95% from 255) = 33.93%

R = 57.84%
G = 8.23%
B = 33.93%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.41

 K value IS 0.12

RGB Variations

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

Color information

#E12084 (or 0xE12084) is known color: Deep Cerise. HEX triplet: E1, 20 and 84. RGB value is (225,32,132). Sum of RGB (Red+Green+Blue) = 225+32+132=389 (51% of max value = 765). Red value is 225 (88.28% from 255 or 57.84% from 389); Green value is 32 (12.89% from 255 or 8.23% from 389); Blue value is 132 (51.95% from 255 or 33.93% from 389); Max value from RGB is 225 - color contains mainly: red. Hex color #E12084 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E12084 is #1EDF7B. Grayscale: #646464. Windows color (decimal): -2023292 or 8659169. OLE color: 8659169.

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

Color convert

RGB 225 32 132 -
CMYK 0 0.86 0.41 0.12
HSL 328.91º 0.76% 0.5% -
HSV(B) 328.91º 0.86% 0.88% -
XYZ 35.73 18.71 23.56 -
YUV 101.11 145.44 216.37 -
System Red Green Blue C M Y K H S L
Decimal 225 32 132 0 0.86 0.41 0.12 328.91 0.76 0.5
Hex E1 20 84 0 56 29 C 149 4C 32
Octal 341 40 204 0 126 51 14 511 114 62
Binary 11100001 100000 10000100 0 1010110 101001 1100 101001001 1001100 110010

Color Harmonies of #E12084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12084

Black with #E12084

Text Example


Text Example

White with #E12084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12084; }

 p { color: rgb(225,32,132); }

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

background-color css

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

 a { background-color: rgb(225,32,132); }

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

border-color css

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

 span { border-color: rgb(225,32,132); }

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