#EB396B

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

Shades of Cerise #EB396B

Tints of Cerise #EB396B

Color information

#EB396B (or 0xEB396B) is unknown color: approx Cerise. HEX triplet: EB, 39 and 6B. RGB value is (235,57,107). Sum of RGB (Red+Green+Blue) = 235+57+107=399 (52% of max value = 765). Red value is 235 (92.19% from 255 or 58.90% from 399); Green value is 57 (22.66% from 255 or 14.29% from 399); Blue value is 107 (42.19% from 255 or 26.82% from 399); Max value from RGB is 235 - color contains mainly: red. Hex color #EB396B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB396B is #14C694. Grayscale: #737373. Windows color (decimal): -1361557 or 7027179. OLE color: 7027179.

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

Color convert

RGB23557107-
CMYK00.760.540.08
HSL343.15º81.65%57.25%-
HSV(B)343.15º75.74%92.16%-
XYZ38.3821.6516.07-
YUV115.92122.97212.93-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 58.90%
GREEN value IS 57 (22.66% from 255) = 14.29%
BLUE value IS 107 (42.19% from 255) = 26.82%
R=58.90%
G=14.29%
B=26.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.54
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2355710700.760.540.08343.1581.6557.25
HexEB396B04C3681575239
Octal353711530114661052712271
Binary1110101111100111010110100110011011010001010101111010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB396B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB396B; }

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

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

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

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

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

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

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

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