#E8385B

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

Shades of Cerise #E8385B

Tints of Cerise #E8385B

Color information

#E8385B (or 0xE8385B) is unknown color: approx Cerise. HEX triplet: E8, 38 and 5B. RGB value is (232,56,91). Sum of RGB (Red+Green+Blue) = 232+56+91=379 (50% of max value = 765). Red value is 232 (91.02% from 255 or 61.21% from 379); Green value is 56 (22.27% from 255 or 14.78% from 379); Blue value is 91 (35.94% from 255 or 24.01% from 379); Max value from RGB is 232 - color contains mainly: red. Hex color #E8385B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E8385B is #17C7A4. Grayscale: #707070. Windows color (decimal): -1558437 or 5978344. OLE color: 5978344.

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

Color convert

RGB2325691-
CMYK00.760.610.09
HSL348.07º79.28%56.47%-
HSV(B)348.07º75.86%90.98%-
XYZ36.5820.7411.97-
YUV112.61115.81213.15-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 61.21%
GREEN value IS 56 (22.27% from 255) = 14.78%
BLUE value IS 91 (35.94% from 255) = 24.01%
R=61.21%
G=14.78%
B=24.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.61
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal232569100.760.610.09348.0779.2856.47
HexE8385B04C3D915c4f38
Octal350701330114751153411770
Binary1110100011100010110110100110011110110011010111001001111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8385B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8385B; }

 p { color: rgb(232,56,91); }

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

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

 a { background-color: rgb(232,56,91); }

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

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

 span { border-color: rgb(232,56,91); }

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