#E8345B

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

Shades of Cerise #E8345B

Tints of Cerise #E8345B

Color information

#E8345B (or 0xE8345B) is unknown color: approx Cerise. HEX triplet: E8, 34 and 5B. RGB value is (232,52,91). Sum of RGB (Red+Green+Blue) = 232+52+91=375 (49% of max value = 765). Red value is 232 (91.02% from 255 or 61.87% from 375); Green value is 52 (20.70% from 255 or 13.87% from 375); Blue value is 91 (35.94% from 255 or 24.27% from 375); Max value from RGB is 232 - color contains mainly: red. Hex color #E8345B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E8345B is #17CBA4. Grayscale: #6E6E6E. Windows color (decimal): -1559461 or 5977320. OLE color: 5977320.

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

Color convert

RGB2325291-
CMYK00.780.610.09
HSL347º79.65%55.69%-
HSV(B)347º77.59%90.98%-
XYZ36.420.3711.91-
YUV110.27117.13214.83-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 61.87%
GREEN value IS 52 (20.70% from 255) = 13.87%
BLUE value IS 91 (35.94% from 255) = 24.27%
R=61.87%
G=13.87%
B=24.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.61
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal232529100.780.610.0934779.6555.69
HexE8345B04E3D915b5038
Octal350641330116751153312070
Binary1110100011010010110110100111011110110011010110111010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8345B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8345B; }

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

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

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

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

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

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

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

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