#EB3963

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

Shades of Cerise #EB3963

Tints of Cerise #EB3963

Color information

#EB3963 (or 0xEB3963) is unknown color: approx Cerise. HEX triplet: EB, 39 and 63. RGB value is (235,57,99). Sum of RGB (Red+Green+Blue) = 235+57+99=391 (51% of max value = 765). Red value is 235 (92.19% from 255 or 60.10% from 391); Green value is 57 (22.66% from 255 or 14.58% from 391); Blue value is 99 (39.06% from 255 or 25.32% from 391); Max value from RGB is 235 - color contains mainly: red. Hex color #EB3963 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB3963 is #14C69C. Grayscale: #737373. Windows color (decimal): -1361565 or 6502891. OLE color: 6502891.

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

Color convert

RGB2355799-
CMYK00.760.580.08
HSL345.84º81.65%57.25%-
HSV(B)345.84º75.74%92.16%-
XYZ37.9821.4913.95-
YUV115.01118.97213.58-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 60.10%
GREEN value IS 57 (22.66% from 255) = 14.58%
BLUE value IS 99 (39.06% from 255) = 25.32%
R=60.10%
G=14.58%
B=25.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.58
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235579900.760.580.08345.8481.6557.25
HexEB396304C3A815a5239
Octal353711430114721053212271
Binary1110101111100111000110100110011101010001010110101010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB3963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB3963; }

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

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

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

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

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

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

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

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