#eb2e62

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

Shades of Cerise #EB2E62

Tints of Cerise #EB2E62

Color information

#EB2E62 (or 0xEB2E62) is unknown color: approx Cerise. HEX triplet: EB, 2E and 62. RGB value is (235,46,98). Sum of RGB (Red+Green+Blue) = 235+46+98=379 (50% of max value = 765). Red value is 235 (92.19% from 255 or 62.01% from 379); Green value is 46 (18.36% from 255 or 12.14% from 379); Blue value is 98 (38.67% from 255 or 25.86% from 379); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2E62 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB2E62 is #14D19D. Grayscale: #6C6C6C. Windows color (decimal): -1364382 or 6434539. OLE color: 6434539.

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

Color convert

RGB2354698-
CMYK00.800.580.08
HSL343.49º82.53%55.1%-
HSV(B)343.49º80.43%92.16%-
XYZ37.4420.513.54-
YUV108.44122.12218.27-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 62.01%
GREEN value IS 46 (18.36% from 255) = 12.14%
BLUE value IS 98 (38.67% from 255) = 25.86%
R=62.01%
G=12.14%
B=25.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.58
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235469800.800.580.08343.4982.5355.1
HexEB2E620503A81575337
Octal353561420120721052712367
Binary1110101110111011000100101000011101010001010101111010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #eb2e62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #eb2e62; }

 p { color: rgb(235,46,98); }

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

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

 a { background-color: rgb(235,46,98); }

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

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

 span { border-color: rgb(235,46,98); }

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