#EB3569

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

Shades of Cerise #EB3569

Tints of Cerise #EB3569

Color information

#EB3569 (or 0xEB3569) is unknown color: approx Cerise. HEX triplet: EB, 35 and 69. RGB value is (235,53,105). Sum of RGB (Red+Green+Blue) = 235+53+105=393 (52% of max value = 765). Red value is 235 (92.19% from 255 or 59.80% from 393); Green value is 53 (21.09% from 255 or 13.49% from 393); Blue value is 105 (41.41% from 255 or 26.72% from 393); Max value from RGB is 235 - color contains mainly: red. Hex color #EB3569 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB3569 is #14CA96. Grayscale: #717171. Windows color (decimal): -1362583 or 6895083. OLE color: 6895083.

HSL color Cylindrical-coordinate representation of color #EB3569: hue angle of 342.86º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EB3569 is Cyan = 0, Magento = 0.77, Yellow = 0.55 and Black (K on CMYK) = 0.08.

Color convert

RGB23553105-
CMYK00.770.550.08
HSL342.86º81.98%56.47%-
HSV(B)342.86º77.45%92.16%-
XYZ38.0821.2315.45-
YUV113.35123.3214.77-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 59.80%
GREEN value IS 53 (21.09% from 255) = 13.49%
BLUE value IS 105 (41.41% from 255) = 26.72%
R=59.80%
G=13.49%
B=26.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.55
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2355310500.770.550.08342.8681.9856.47
HexEB356904D3781575238
Octal353651510115671052712270
Binary1110101111010111010010100110111011110001010101111010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB3569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB3569; }

 p { color: rgb(235,53,105); }

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

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

 a { background-color: rgb(235,53,105); }

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

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

 span { border-color: rgb(235,53,105); }

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