#E12865

Color #E12865 Cerise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerise #E12865

Tints of Cerise #E12865

Color information

#E12865 (or 0xE12865) is unknown color: approx Cerise. HEX triplet: E1, 28 and 65. RGB value is (225,40,101). Sum of RGB (Red+Green+Blue) = 225+40+101=366 (48% of max value = 765). Red value is 225 (88.28% from 255 or 61.48% from 366); Green value is 40 (16.02% from 255 or 10.93% from 366); Blue value is 101 (39.84% from 255 or 27.60% from 366); Max value from RGB is 225 - color contains mainly: red. Hex color #E12865 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E12865 is #1ED79A. Grayscale: #666666. Windows color (decimal): -2021275 or 6629601. OLE color: 6629601.

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

Color convert

RGB22540101-
CMYK00.820.550.12
HSL340.22º75.51%51.96%-
HSV(B)340.22º82.22%88.24%-
XYZ34.1618.4614.08-
YUV102.27127.29215.54-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 61.48%
GREEN value IS 40 (16.02% from 255) = 10.93%
BLUE value IS 101 (39.84% from 255) = 27.60%
R=61.48%
G=10.93%
B=27.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.55
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2254010100.820.550.12340.2275.5151.96
HexE1286505237C1544c34
Octal341501450122671452411464
Binary1110000110100011001010101001011011111001010101001001100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E12865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E12865; }

 p { color: rgb(225,40,101); }

 H1.HeaderClassName
 {
   color: #E12865;
 }
 .AnyTagClassName
 {
   color: #E12865;
 }
</style>
background-color css

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

 a { background-color: rgb(225,40,101); }

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

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

 span { border-color: rgb(225,40,101); }

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