#EB3B64

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

Shades of Cerise #EB3B64

Tints of Cerise #EB3B64

Color information

#EB3B64 (or 0xEB3B64) is unknown color: approx Cerise. HEX triplet: EB, 3B and 64. RGB value is (235,59,100). Sum of RGB (Red+Green+Blue) = 235+59+100=394 (52% of max value = 765). Red value is 235 (92.19% from 255 or 59.64% from 394); Green value is 59 (23.44% from 255 or 14.97% from 394); Blue value is 100 (39.45% from 255 or 25.38% from 394); Max value from RGB is 235 - color contains mainly: red. Hex color #EB3B64 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB3B64 is #14C49B. Grayscale: #747474. Windows color (decimal): -1361052 or 6568939. OLE color: 6568939.

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

Color convert

RGB23559100-
CMYK00.750.570.08
HSL346.02º81.48%57.65%-
HSV(B)346.02º74.89%92.16%-
XYZ38.1321.7114.24-
YUV116.3118.81212.67-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 59.64%
GREEN value IS 59 (23.44% from 255) = 14.97%
BLUE value IS 100 (39.45% from 255) = 25.38%
R=59.64%
G=14.97%
B=25.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.57
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2355910000.750.570.08346.0281.4857.65
HexEB3B6404B39815a513a
Octal353731440113711053212172
Binary1110101111101111001000100101111100110001010110101010001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB3B64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB3B64; }

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

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

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

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

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

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

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

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