#EB235F

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

Shades of Cerise #EB235F

Tints of Cerise #EB235F

Color information

#EB235F (or 0xEB235F) is unknown color: approx Cerise. HEX triplet: EB, 23 and 5F. RGB value is (235,35,95). Sum of RGB (Red+Green+Blue) = 235+35+95=365 (48% of max value = 765). Red value is 235 (92.19% from 255 or 64.38% from 365); Green value is 35 (14.06% from 255 or 9.59% from 365); Blue value is 95 (37.5% from 255 or 26.03% from 365); Max value from RGB is 235 - color contains mainly: red. Hex color #EB235F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB235F is #14DCA0. Grayscale: #656565. Windows color (decimal): -1367201 or 6235115. OLE color: 6235115.

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

Color convert

RGB2353595-
CMYK00.850.600.08
HSL342º83.33%52.94%-
HSV(B)342º85.11%92.16%-
XYZ36.9319.6912.68-
YUV101.64124.26223.12-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 64.38%
GREEN value IS 35 (14.06% from 255) = 9.59%
BLUE value IS 95 (37.5% from 255) = 26.03%
R=64.38%
G=9.59%
B=26.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.60
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235359500.850.600.0834283.3352.94
HexEB235F0553C81565335
Octal353431370125741052612365
Binary1110101110001110111110101010111110010001010101101010011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB235F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB235F; }

 p { color: rgb(235,35,95); }

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

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

 a { background-color: rgb(235,35,95); }

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

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

 span { border-color: rgb(235,35,95); }

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