#EB3B6E

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

Shades of Cerise #EB3B6E

Tints of Cerise #EB3B6E

Color information

#EB3B6E (or 0xEB3B6E) is unknown color: approx Cerise. HEX triplet: EB, 3B and 6E. RGB value is (235,59,110). Sum of RGB (Red+Green+Blue) = 235+59+110=404 (53% of max value = 765). Red value is 235 (92.19% from 255 or 58.17% from 404); Green value is 59 (23.44% from 255 or 14.60% from 404); Blue value is 110 (43.36% from 255 or 27.23% from 404); Max value from RGB is 235 - color contains mainly: red. Hex color #EB3B6E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB3B6E is #14C491. Grayscale: #757575. Windows color (decimal): -1361042 or 7224299. OLE color: 7224299.

HSL color Cylindrical-coordinate representation of color #EB3B6E: hue angle of 342.61º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EB3B6E is Cyan = 0, Magento = 0.75, Yellow = 0.53 and Black (K on CMYK) = 0.08.

Color convert

RGB23559110-
CMYK00.750.530.08
HSL342.61º81.48%57.65%-
HSV(B)342.61º74.89%92.16%-
XYZ38.6421.9216.95-
YUV117.44123.81211.85-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 58.17%
GREEN value IS 59 (23.44% from 255) = 14.60%
BLUE value IS 110 (43.36% from 255) = 27.23%
R=58.17%
G=14.60%
B=27.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.53
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2355911000.750.530.08342.6181.4857.65
HexEB3B6E04B358157513a
Octal353731560113651052712172
Binary1110101111101111011100100101111010110001010101111010001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB3B6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB3B6E; }

 p { color: rgb(235,59,110); }

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

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

 a { background-color: rgb(235,59,110); }

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

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

 span { border-color: rgb(235,59,110); }

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