#E1285E

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

Shades of Cerise #E1285E

Tints of Cerise #E1285E

Color information

#E1285E (or 0xE1285E) is unknown color: approx Cerise. HEX triplet: E1, 28 and 5E. RGB value is (225,40,94). Sum of RGB (Red+Green+Blue) = 225+40+94=359 (47% of max value = 765). Red value is 225 (88.28% from 255 or 62.67% from 359); Green value is 40 (16.02% from 255 or 11.14% from 359); Blue value is 94 (37.11% from 255 or 26.18% from 359); Max value from RGB is 225 - color contains mainly: red. Hex color #E1285E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1285E is #1ED7A1. Grayscale: #656565. Windows color (decimal): -2021282 or 6170849. OLE color: 6170849.

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

Color convert

RGB2254094-
CMYK00.820.580.12
HSL342.49º75.51%51.96%-
HSV(B)342.49º82.22%88.24%-
XYZ33.8318.3312.35-
YUV101.47123.79216.11-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 62.67%
GREEN value IS 40 (16.02% from 255) = 11.14%
BLUE value IS 94 (37.11% from 255) = 26.18%
R=62.67%
G=11.14%
B=26.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.58
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225409400.820.580.12342.4975.5151.96
HexE1285E0523AC1564c34
Octal341501360122721452611464
Binary1110000110100010111100101001011101011001010101101001100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1285E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1285E; }

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

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

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

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

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

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

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

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