#EB3A6F

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

Shades of Cerise #EB3A6F

Tints of Cerise #EB3A6F

Color information

#EB3A6F (or 0xEB3A6F) is unknown color: approx Cerise. HEX triplet: EB, 3A and 6F. RGB value is (235,58,111). Sum of RGB (Red+Green+Blue) = 235+58+111=404 (53% of max value = 765). Red value is 235 (92.19% from 255 or 58.17% from 404); Green value is 58 (23.05% from 255 or 14.36% from 404); Blue value is 111 (43.75% from 255 or 27.48% from 404); Max value from RGB is 235 - color contains mainly: red. Hex color #EB3A6F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB3A6F is #14C590. Grayscale: #747474. Windows color (decimal): -1361297 or 7289579. OLE color: 7289579.

HSL color Cylindrical-coordinate representation of color #EB3A6F: hue angle of 342.03º 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 #EB3A6F is Cyan = 0, Magento = 0.75, Yellow = 0.53 and Black (K on CMYK) = 0.08.

Color convert

RGB23558111-
CMYK00.750.530.08
HSL342.03º81.57%57.45%-
HSV(B)342.03º75.32%92.16%-
XYZ38.6421.8417.22-
YUV116.96124.64212.19-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 58.17%
GREEN value IS 58 (23.05% from 255) = 14.36%
BLUE value IS 111 (43.75% from 255) = 27.48%
R=58.17%
G=14.36%
B=27.48%

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
Decimal2355811100.750.530.08342.0381.5757.45
HexEB3A6F04B3581565239
Octal353721570113651052612271
Binary1110101111101011011110100101111010110001010101101010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB3A6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB3A6F; }

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

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

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

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

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

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

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

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