#EB3970

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

Shades of Cerise #EB3970

Tints of Cerise #EB3970

Color information

#EB3970 (or 0xEB3970) is unknown color: approx Cerise. HEX triplet: EB, 39 and 70. RGB value is (235,57,112). Sum of RGB (Red+Green+Blue) = 235+57+112=404 (53% of max value = 765). Red value is 235 (92.19% from 255 or 58.17% from 404); Green value is 57 (22.66% from 255 or 14.11% from 404); Blue value is 112 (44.14% from 255 or 27.72% from 404); Max value from RGB is 235 - color contains mainly: red. Hex color #EB3970 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB3970 is #14C68F. Grayscale: #747474. Windows color (decimal): -1361552 or 7354859. OLE color: 7354859.

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

Color convert

RGB23557112-
CMYK00.760.520.08
HSL341.46º81.65%57.25%-
HSV(B)341.46º75.74%92.16%-
XYZ38.6521.7617.49-
YUV116.49125.47212.53-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 58.17%
GREEN value IS 57 (22.66% from 255) = 14.11%
BLUE value IS 112 (44.14% from 255) = 27.72%
R=58.17%
G=14.11%
B=27.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.52
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2355711200.760.520.08341.4681.6557.25
HexEB397004C3481555239
Octal353711600114641052512271
Binary1110101111100111100000100110011010010001010101011010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB3970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB3970; }

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

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

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

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

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

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

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

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