#EB3971

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

Shades of Cerise #EB3971

Tints of Cerise #EB3971

Color information

#EB3971 (or 0xEB3971) is unknown color: approx Cerise. HEX triplet: EB, 39 and 71. RGB value is (235,57,113). Sum of RGB (Red+Green+Blue) = 235+57+113=405 (53% of max value = 765). Red value is 235 (92.19% from 255 or 58.02% from 405); Green value is 57 (22.66% from 255 or 14.07% from 405); Blue value is 113 (44.53% from 255 or 27.90% from 405); Max value from RGB is 235 - color contains mainly: red. Hex color #EB3971 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB3971 is #14C68E. Grayscale: #747474. Windows color (decimal): -1361551 or 7420395. OLE color: 7420395.

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

Color convert

RGB23557113-
CMYK00.760.520.08
HSL341.12º81.65%57.25%-
HSV(B)341.12º75.74%92.16%-
XYZ38.721.7817.79-
YUV116.61125.97212.45-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 58.02%
GREEN value IS 57 (22.66% from 255) = 14.07%
BLUE value IS 113 (44.53% from 255) = 27.90%
R=58.02%
G=14.07%
B=27.90%

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
Decimal2355711300.760.520.08341.1281.6557.25
HexEB397104C3481555239
Octal353711610114641052512271
Binary1110101111100111100010100110011010010001010101011010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB3971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB3971; }

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

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

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

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

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

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

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

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