#EB2D91

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

Shades of Deep Cerise #EB2D91

Tints of Deep Cerise #EB2D91

Color information

#EB2D91 (or 0xEB2D91) is unknown color: approx Deep Cerise. HEX triplet: EB, 2D and 91. RGB value is (235,45,145). Sum of RGB (Red+Green+Blue) = 235+45+145=425 (56% of max value = 765). Red value is 235 (92.19% from 255 or 55.29% from 425); Green value is 45 (17.97% from 255 or 10.59% from 425); Blue value is 145 (57.03% from 255 or 34.12% from 425); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2D91 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB2D91 is #14D26E. Grayscale: #717171. Windows color (decimal): -1364591 or 9514475. OLE color: 9514475.

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

Color convert

RGB23545145-
CMYK00.810.380.08
HSL328.42º82.61%54.9%-
HSV(B)328.42º80.85%92.16%-
XYZ40.3121.5828.83-
YUV113.21145.95214.87-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 55.29%
GREEN value IS 45 (17.97% from 255) = 10.59%
BLUE value IS 145 (57.03% from 255) = 34.12%
R=55.29%
G=10.59%
B=34.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.38
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2354514500.810.380.08328.4282.6154.9
HexEB2D910512681485337
Octal353552210121461051012367
Binary11101011101101100100010101000110011010001010010001010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB2D91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB2D91; }

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

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

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

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

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

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

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

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