#E9385E

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

Shades of Cerise #E9385E

Tints of Cerise #E9385E

Color information

#E9385E (or 0xE9385E) is unknown color: approx Cerise. HEX triplet: E9, 38 and 5E. RGB value is (233,56,94). Sum of RGB (Red+Green+Blue) = 233+56+94=383 (50% of max value = 765). Red value is 233 (91.41% from 255 or 60.84% from 383); Green value is 56 (22.27% from 255 or 14.62% from 383); Blue value is 94 (37.11% from 255 or 24.54% from 383); Max value from RGB is 233 - color contains mainly: red. Hex color #E9385E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E9385E is #16C7A1. Grayscale: #717171. Windows color (decimal): -1492898 or 6174953. OLE color: 6174953.

HSL color Cylindrical-coordinate representation of color #E9385E: hue angle of 347.12º 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 #E9385E is Cyan = 0, Magento = 0.76, Yellow = 0.60 and Black (K on CMYK) = 0.09.

Color convert

RGB2335694-
CMYK00.760.600.09
HSL347.12º80.09%56.67%-
HSV(B)347.12º75.97%91.37%-
XYZ37.0420.9612.68-
YUV113.26117.14213.41-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 60.84%
GREEN value IS 56 (22.27% from 255) = 14.62%
BLUE value IS 94 (37.11% from 255) = 24.54%
R=60.84%
G=14.62%
B=24.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.60
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal233569400.760.600.09347.1280.0956.67
HexE9385E04C3C915b5039
Octal351701360114741153312071
Binary1110100111100010111100100110011110010011010110111010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9385E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9385E; }

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

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

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

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

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

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

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

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