#eb3267

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

Shades of Cerise #EB3267

Tints of Cerise #EB3267

Color information

#EB3267 (or 0xEB3267) is unknown color: approx Cerise. HEX triplet: EB, 32 and 67. RGB value is (235,50,103). Sum of RGB (Red+Green+Blue) = 235+50+103=388 (51% of max value = 765). Red value is 235 (92.19% from 255 or 60.57% from 388); Green value is 50 (19.92% from 255 or 12.89% from 388); Blue value is 103 (40.62% from 255 or 26.55% from 388); Max value from RGB is 235 - color contains mainly: red. Hex color #EB3267 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB3267 is #14CD98. Grayscale: #6F6F6F. Windows color (decimal): -1363353 or 6763243. OLE color: 6763243.

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

Color convert

RGB23550103-
CMYK00.790.560.08
HSL342.81º82.22%55.88%-
HSV(B)342.81º78.72%92.16%-
XYZ37.8520.9214.88-
YUV111.36123.29216.19-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 60.57%
GREEN value IS 50 (19.92% from 255) = 12.89%
BLUE value IS 103 (40.62% from 255) = 26.55%
R=60.57%
G=12.89%
B=26.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.56
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2355010300.790.560.08342.8182.2255.88
HexEB326704F3881575238
Octal353621470117701052712270
Binary1110101111001011001110100111111100010001010101111010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #eb3267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #eb3267; }

 p { color: rgb(235,50,103); }

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

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

 a { background-color: rgb(235,50,103); }

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

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

 span { border-color: rgb(235,50,103); }

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