#E1395F

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

Shades of Cerise #E1395F

Tints of Cerise #E1395F

Color information

#E1395F (or 0xE1395F) is unknown color: approx Cerise. HEX triplet: E1, 39 and 5F. RGB value is (225,57,95). Sum of RGB (Red+Green+Blue) = 225+57+95=377 (49% of max value = 765). Red value is 225 (88.28% from 255 or 59.68% from 377); Green value is 57 (22.66% from 255 or 15.12% from 377); Blue value is 95 (37.5% from 255 or 25.20% from 377); Max value from RGB is 225 - color contains mainly: red. Hex color #E1395F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1395F is #1EC6A0. Grayscale: #6F6F6F. Windows color (decimal): -2016929 or 6240737. OLE color: 6240737.

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

Color convert

RGB2255795-
CMYK00.750.580.12
HSL346.43º73.68%55.29%-
HSV(B)346.43º74.67%88.24%-
XYZ34.5819.7612.82-
YUV111.56118.66208.91-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 59.68%
GREEN value IS 57 (22.66% from 255) = 15.12%
BLUE value IS 95 (37.5% from 255) = 25.20%
R=59.68%
G=15.12%
B=25.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.58
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225579500.750.580.12346.4373.6855.29
HexE1395F04B3AC15a4a37
Octal341711370113721453211267
Binary1110000111100110111110100101111101011001010110101001010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1395F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1395F; }

 p { color: rgb(225,57,95); }

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

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

 a { background-color: rgb(225,57,95); }

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

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

 span { border-color: rgb(225,57,95); }

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