#EB396D

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

Shades of Cerise #EB396D

Tints of Cerise #EB396D

Color information

#EB396D (or 0xEB396D) is unknown color: approx Cerise. HEX triplet: EB, 39 and 6D. RGB value is (235,57,109). Sum of RGB (Red+Green+Blue) = 235+57+109=401 (53% of max value = 765). Red value is 235 (92.19% from 255 or 58.60% from 401); Green value is 57 (22.66% from 255 or 14.21% from 401); Blue value is 109 (42.97% from 255 or 27.18% from 401); Max value from RGB is 235 - color contains mainly: red. Hex color #EB396D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB396D is #14C692. Grayscale: #747474. Windows color (decimal): -1361555 or 7158251. OLE color: 7158251.

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

Color convert

RGB23557109-
CMYK00.760.540.08
HSL342.47º81.65%57.25%-
HSV(B)342.47º75.74%92.16%-
XYZ38.4821.6916.63-
YUV116.15123.97212.77-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 58.60%
GREEN value IS 57 (22.66% from 255) = 14.21%
BLUE value IS 109 (42.97% from 255) = 27.18%
R=58.60%
G=14.21%
B=27.18%

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
Decimal2355710900.760.540.08342.4781.6557.25
HexEB396D04C3681565239
Octal353711550114661052612271
Binary1110101111100111011010100110011011010001010101101010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB396D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB396D; }

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

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

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

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

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

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

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

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