#EB3A6E

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

Shades of Cerise #EB3A6E

Tints of Cerise #EB3A6E

Color information

#EB3A6E (or 0xEB3A6E) is unknown color: approx Cerise. HEX triplet: EB, 3A and 6E. RGB value is (235,58,110). Sum of RGB (Red+Green+Blue) = 235+58+110=403 (53% of max value = 765). Red value is 235 (92.19% from 255 or 58.31% from 403); Green value is 58 (23.05% from 255 or 14.39% from 403); Blue value is 110 (43.36% from 255 or 27.30% from 403); Max value from RGB is 235 - color contains mainly: red. Hex color #EB3A6E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB3A6E is #14C591. Grayscale: #747474. Windows color (decimal): -1361298 or 7224043. OLE color: 7224043.

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

Color convert

RGB23558110-
CMYK00.750.530.08
HSL342.37º81.57%57.45%-
HSV(B)342.37º75.32%92.16%-
XYZ38.5921.8116.93-
YUV116.85124.14212.27-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 58.31%
GREEN value IS 58 (23.05% from 255) = 14.39%
BLUE value IS 110 (43.36% from 255) = 27.30%
R=58.31%
G=14.39%
B=27.30%

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
Decimal2355811000.750.530.08342.3781.5757.45
HexEB3A6E04B3581565239
Octal353721560113651052612271
Binary1110101111101011011100100101111010110001010101101010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB3A6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB3A6E; }

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

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

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

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

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

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

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

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