#E2395F

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

Shades of Cerise #E2395F

Tints of Cerise #E2395F

Color information

#E2395F (or 0xE2395F) is unknown color: approx Cerise. HEX triplet: E2, 39 and 5F. RGB value is (226,57,95). Sum of RGB (Red+Green+Blue) = 226+57+95=378 (50% of max value = 765). Red value is 226 (88.67% from 255 or 59.79% from 378); Green value is 57 (22.66% from 255 or 15.08% from 378); Blue value is 95 (37.5% from 255 or 25.13% from 378); Max value from RGB is 226 - color contains mainly: red. Hex color #E2395F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E2395F is #1DC6A0. Grayscale: #6F6F6F. Windows color (decimal): -1951393 or 6240738. OLE color: 6240738.

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

Color convert

RGB2265795-
CMYK00.750.580.11
HSL346.51º74.45%55.49%-
HSV(B)346.51º74.78%88.63%-
XYZ34.8919.9212.83-
YUV111.86118.49209.41-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 59.79%
GREEN value IS 57 (22.66% from 255) = 15.08%
BLUE value IS 95 (37.5% from 255) = 25.13%
R=59.79%
G=15.08%
B=25.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.58
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal226579500.750.580.11346.5174.4555.49
HexE2395F04B3AB15b4a37
Octal342711370113721353311267
Binary1110001011100110111110100101111101010111010110111001010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2395F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2395F; }

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

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

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

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

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

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

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

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