#E2395E

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

Shades of Cerise #E2395E

Tints of Cerise #E2395E

Color information

#E2395E (or 0xE2395E) is unknown color: approx Cerise. HEX triplet: E2, 39 and 5E. RGB value is (226,57,94). Sum of RGB (Red+Green+Blue) = 226+57+94=377 (49% of max value = 765). Red value is 226 (88.67% from 255 or 59.95% from 377); Green value is 57 (22.66% from 255 or 15.12% from 377); Blue value is 94 (37.11% from 255 or 24.93% from 377); Max value from RGB is 226 - color contains mainly: red. Hex color #E2395E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E2395E is #1DC6A1. Grayscale: #6F6F6F. Windows color (decimal): -1951394 or 6175202. OLE color: 6175202.

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

Color convert

RGB2265794-
CMYK00.750.580.11
HSL346.86º74.45%55.49%-
HSV(B)346.86º74.78%88.63%-
XYZ34.8519.912.59-
YUV111.75117.99209.49-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 59.95%
GREEN value IS 57 (22.66% from 255) = 15.12%
BLUE value IS 94 (37.11% from 255) = 24.93%
R=59.95%
G=15.12%
B=24.93%

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
Decimal226579400.750.580.11346.8674.4555.49
HexE2395E04B3AB15b4a37
Octal342711360113721353311267
Binary1110001011100110111100100101111101010111010110111001010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2395E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2395E; }

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

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

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

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

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

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

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

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