#EB3960

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

Shades of Cerise #EB3960

Tints of Cerise #EB3960

Color information

#EB3960 (or 0xEB3960) is unknown color: approx Cerise. HEX triplet: EB, 39 and 60. RGB value is (235,57,96). Sum of RGB (Red+Green+Blue) = 235+57+96=388 (51% of max value = 765). Red value is 235 (92.19% from 255 or 60.57% from 388); Green value is 57 (22.66% from 255 or 14.69% from 388); Blue value is 96 (37.89% from 255 or 24.74% from 388); Max value from RGB is 235 - color contains mainly: red. Hex color #EB3960 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB3960 is #14C69F. Grayscale: #727272. Windows color (decimal): -1361568 or 6306283. OLE color: 6306283.

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

Color convert

RGB2355796-
CMYK00.760.590.08
HSL346.85º81.65%57.25%-
HSV(B)346.85º75.74%92.16%-
XYZ37.8421.4313.21-
YUV114.67117.47213.83-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 60.57%
GREEN value IS 57 (22.66% from 255) = 14.69%
BLUE value IS 96 (37.89% from 255) = 24.74%
R=60.57%
G=14.69%
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.08
SystemRedGreenBlueCMYKHSL
Decimal235579600.760.590.08346.8581.6557.25
HexEB396004C3B815b5239
Octal353711400114731053312271
Binary1110101111100111000000100110011101110001010110111010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB3960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB3960; }

 p { color: rgb(235,57,96); }

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

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

 a { background-color: rgb(235,57,96); }

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

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

 span { border-color: rgb(235,57,96); }

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