#EB2770

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

Shades of Cerise #EB2770

Tints of Cerise #EB2770

Color information

#EB2770 (or 0xEB2770) is unknown color: approx Cerise. HEX triplet: EB, 27 and 70. RGB value is (235,39,112). Sum of RGB (Red+Green+Blue) = 235+39+112=386 (51% of max value = 765). Red value is 235 (92.19% from 255 or 60.88% from 386); Green value is 39 (15.62% from 255 or 10.10% from 386); Blue value is 112 (44.14% from 255 or 29.02% from 386); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2770 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB2770 is #14D88F. Grayscale: #696969. Windows color (decimal): -1366160 or 7350251. OLE color: 7350251.

HSL color Cylindrical-coordinate representation of color #EB2770: hue angle of 337.65º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EB2770 is Cyan = 0, Magento = 0.83, Yellow = 0.52 and Black (K on CMYK) = 0.08.

Color convert

RGB23539112-
CMYK00.830.520.08
HSL337.65º83.05%53.73%-
HSV(B)337.65º83.4%92.16%-
XYZ37.9120.2817.25-
YUV105.93131.43220.06-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 60.88%
GREEN value IS 39 (15.62% from 255) = 10.10%
BLUE value IS 112 (44.14% from 255) = 29.02%
R=60.88%
G=10.10%
B=29.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.52
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2353911200.830.520.08337.6583.0553.73
HexEB27700533481525336
Octal353471600123641052212366
Binary1110101110011111100000101001111010010001010100101010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB2770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB2770; }

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

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

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

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

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

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

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

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