#E9385F

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

Shades of Cerise #E9385F

Tints of Cerise #E9385F

Color information

#E9385F (or 0xE9385F) is unknown color: approx Cerise. HEX triplet: E9, 38 and 5F. RGB value is (233,56,95). Sum of RGB (Red+Green+Blue) = 233+56+95=384 (50% of max value = 765). Red value is 233 (91.41% from 255 or 60.68% from 384); Green value is 56 (22.27% from 255 or 14.58% from 384); Blue value is 95 (37.5% from 255 or 24.74% from 384); Max value from RGB is 233 - color contains mainly: red. Hex color #E9385F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E9385F is #16C7A0. Grayscale: #717171. Windows color (decimal): -1492897 or 6240489. OLE color: 6240489.

HSL color Cylindrical-coordinate representation of color #E9385F: hue angle of 346.78º degrees, saturation: 0.8, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E9385F is Cyan = 0, Magento = 0.76, Yellow = 0.59 and Black (K on CMYK) = 0.09.

Color convert

RGB2335695-
CMYK00.760.590.09
HSL346.78º80.09%56.67%-
HSV(B)346.78º75.97%91.37%-
XYZ37.0820.9812.92-
YUV113.37117.64213.33-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 60.68%
GREEN value IS 56 (22.27% from 255) = 14.58%
BLUE value IS 95 (37.5% from 255) = 24.74%
R=60.68%
G=14.58%
B=24.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.59
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal233569500.760.590.09346.7880.0956.67
HexE9385F04C3B915b5039
Octal351701370114731153312071
Binary1110100111100010111110100110011101110011010110111010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9385F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9385F; }

 p { color: rgb(233,56,95); }

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

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

 a { background-color: rgb(233,56,95); }

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

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

 span { border-color: rgb(233,56,95); }

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