#E1286B

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

Shades of Cerise #E1286B

Tints of Cerise #E1286B

Color information

#E1286B (or 0xE1286B) is unknown color: approx Cerise. HEX triplet: E1, 28 and 6B. RGB value is (225,40,107). Sum of RGB (Red+Green+Blue) = 225+40+107=372 (49% of max value = 765). Red value is 225 (88.28% from 255 or 60.48% from 372); Green value is 40 (16.02% from 255 or 10.75% from 372); Blue value is 107 (42.19% from 255 or 28.76% from 372); Max value from RGB is 225 - color contains mainly: red. Hex color #E1286B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1286B is #1ED794. Grayscale: #666666. Windows color (decimal): -2021269 or 7022817. OLE color: 7022817.

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

Color convert

RGB22540107-
CMYK00.820.520.12
HSL338.27º75.51%51.96%-
HSV(B)338.27º82.22%88.24%-
XYZ34.4618.5915.68-
YUV102.95130.29215.05-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 60.48%
GREEN value IS 40 (16.02% from 255) = 10.75%
BLUE value IS 107 (42.19% from 255) = 28.76%
R=60.48%
G=10.75%
B=28.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.52
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2254010700.820.520.12338.2775.5151.96
HexE1286B05234C1524c34
Octal341501530122641452211464
Binary1110000110100011010110101001011010011001010100101001100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1286B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1286B; }

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

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

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

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

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

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

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

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