Html Css Color HEX #E12078 Deep Cerise

📋 copy color: '#E12078'

red 225 ◦ green 32 ◦ blue 120

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

Shades of Deep Cerise #E12078

Tints of Deep Cerise #E12078

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 31.83%

R = 59.68%
G = 8.49%
B = 31.83%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.47

 K value IS 0.12

RGB Variations

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

Color information

#E12078 (or 0xE12078) is known color: Deep Cerise. HEX triplet: E1, 20 and 78. RGB value is (225,32,120). Sum of RGB (Red+Green+Blue) = 225+32+120=377 (49% of max value = 765). Red value is 225 (88.28% from 255 or 59.68% from 377); Green value is 32 (12.89% from 255 or 8.49% from 377); Blue value is 120 (47.27% from 255 or 31.83% from 377); Max value from RGB is 225 - color contains mainly: red. Hex color #E12078 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E12078 is #1EDF87. Grayscale: #636363. Windows color (decimal): -2023304 or 7872737. OLE color: 7872737.

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

Color convert

RGB 225 32 120 -
CMYK 0 0.86 0.47 0.12
HSL 332.64º 0.76% 0.5% -
HSV(B) 332.64º 0.86% 0.88% -
XYZ 34.96 18.4 19.48 -
YUV 99.74 139.44 217.34 -
System Red Green Blue C M Y K H S L
Decimal 225 32 120 0 0.86 0.47 0.12 332.64 0.76 0.5
Hex E1 20 78 0 56 2F C 14D 4C 32
Octal 341 40 170 0 126 57 14 515 114 62
Binary 11100001 100000 1111000 0 1010110 101111 1100 101001101 1001100 110010

Color Harmonies of #E12078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12078

Black with #E12078

Text Example


Text Example

White with #E12078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12078; }

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

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

background-color css

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

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

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

border-color css

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

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

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