#EB2D6C

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

Shades of Cerise #EB2D6C

Tints of Cerise #EB2D6C

Color information

#EB2D6C (or 0xEB2D6C) is unknown color: approx Cerise. HEX triplet: EB, 2D and 6C. RGB value is (235,45,108). Sum of RGB (Red+Green+Blue) = 235+45+108=388 (51% of max value = 765). Red value is 235 (92.19% from 255 or 60.57% from 388); Green value is 45 (17.97% from 255 or 11.60% from 388); Blue value is 108 (42.58% from 255 or 27.84% from 388); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2D6C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB2D6C is #14D293. Grayscale: #6C6C6C. Windows color (decimal): -1364628 or 7089643. OLE color: 7089643.

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

Color convert

RGB23545108-
CMYK00.810.540.08
HSL340.11º82.61%54.9%-
HSV(B)340.11º80.85%92.16%-
XYZ37.9120.6216.17-
YUV108.99127.45217.88-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 60.57%
GREEN value IS 45 (17.97% from 255) = 11.60%
BLUE value IS 108 (42.58% from 255) = 27.84%
R=60.57%
G=11.60%
B=27.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.54
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2354510800.810.540.08340.1182.6154.9
HexEB2D6C0513681545337
Octal353551540121661052412367
Binary1110101110110111011000101000111011010001010101001010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB2D6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB2D6C; }

 p { color: rgb(235,45,108); }

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

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

 a { background-color: rgb(235,45,108); }

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

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

 span { border-color: rgb(235,45,108); }

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