Html Css Color HEX #E12075 Deep Cerise

📋 copy color: '#E12075'

red 225 ◦ green 32 ◦ blue 117

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

Shades of Deep Cerise #E12075

Tints of Deep Cerise #E12075

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 31.28%

R = 60.16%
G = 8.56%
B = 31.28%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.48

 K value IS 0.12

RGB Variations

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

Color information

#E12075 (or 0xE12075) is known color: Deep Cerise. HEX triplet: E1, 20 and 75. RGB value is (225,32,117). Sum of RGB (Red+Green+Blue) = 225+32+117=374 (49% of max value = 765). Red value is 225 (88.28% from 255 or 60.16% from 374); Green value is 32 (12.89% from 255 or 8.56% from 374); Blue value is 117 (46.09% from 255 or 31.28% from 374); Max value from RGB is 225 - color contains mainly: red. Hex color #E12075 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E12075 is #1EDF8A. Grayscale: #636363. Windows color (decimal): -2023307 or 7676129. OLE color: 7676129.

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

Color convert

RGB 225 32 117 -
CMYK 0 0.86 0.48 0.12
HSL 333.58º 0.76% 0.5% -
HSV(B) 333.58º 0.86% 0.88% -
XYZ 34.78 18.32 18.53 -
YUV 99.4 137.94 217.59 -
System Red Green Blue C M Y K H S L
Decimal 225 32 117 0 0.86 0.48 0.12 333.58 0.76 0.5
Hex E1 20 75 0 56 30 C 14E 4C 32
Octal 341 40 165 0 126 60 14 516 114 62
Binary 11100001 100000 1110101 0 1010110 110000 1100 101001110 1001100 110010

Color Harmonies of #E12075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12075

Black with #E12075

Text Example


Text Example

White with #E12075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12075; }

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

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

background-color css

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

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

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

border-color css

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

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

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