#EB3969

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

Shades of Cerise #EB3969

Tints of Cerise #EB3969

Color information

#EB3969 (or 0xEB3969) is unknown color: approx Cerise. HEX triplet: EB, 39 and 69. RGB value is (235,57,105). Sum of RGB (Red+Green+Blue) = 235+57+105=397 (52% of max value = 765). Red value is 235 (92.19% from 255 or 59.19% from 397); Green value is 57 (22.66% from 255 or 14.36% from 397); Blue value is 105 (41.41% from 255 or 26.45% from 397); Max value from RGB is 235 - color contains mainly: red. Hex color #EB3969 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB3969 is #14C696. Grayscale: #737373. Windows color (decimal): -1361559 or 6896107. OLE color: 6896107.

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

Color convert

RGB23557105-
CMYK00.760.550.08
HSL343.82º81.65%57.25%-
HSV(B)343.82º75.74%92.16%-
XYZ38.2721.6115.52-
YUV115.69121.97213.1-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 59.19%
GREEN value IS 57 (22.66% from 255) = 14.36%
BLUE value IS 105 (41.41% from 255) = 26.45%
R=59.19%
G=14.36%
B=26.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.55
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2355710500.760.550.08343.8281.6557.25
HexEB396904C3781585239
Octal353711510114671053012271
Binary1110101111100111010010100110011011110001010110001010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB3969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB3969; }

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

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

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

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

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

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

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

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