#EB2B5E

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

Shades of Cerise #EB2B5E

Tints of Cerise #EB2B5E

Color information

#EB2B5E (or 0xEB2B5E) is unknown color: approx Cerise. HEX triplet: EB, 2B and 5E. RGB value is (235,43,94). Sum of RGB (Red+Green+Blue) = 235+43+94=372 (49% of max value = 765). Red value is 235 (92.19% from 255 or 63.17% from 372); Green value is 43 (17.19% from 255 or 11.56% from 372); Blue value is 94 (37.11% from 255 or 25.27% from 372); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2B5E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB2B5E is #14D4A1. Grayscale: #6A6A6A. Windows color (decimal): -1365154 or 6171627. OLE color: 6171627.

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

Color convert

RGB2354394-
CMYK00.820.60.08
HSL344.06º82.76%54.51%-
HSV(B)344.06º81.7%92.16%-
XYZ37.1520.212.53-
YUV106.22121.11219.85-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 63.17%
GREEN value IS 43 (17.19% from 255) = 11.56%
BLUE value IS 94 (37.11% from 255) = 25.27%
R=63.17%
G=11.56%
B=25.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.6
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235439400.820.60.08344.0682.7654.51
HexEB2B5E0523C81585337
Octal353531360122741053012367
Binary1110101110101110111100101001011110010001010110001010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB2B5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB2B5E; }

 p { color: rgb(235,43,94); }

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

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

 a { background-color: rgb(235,43,94); }

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

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

 span { border-color: rgb(235,43,94); }

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