#EB3886

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

Shades of Deep Cerise #EB3886

Tints of Deep Cerise #EB3886

Color information

#EB3886 (or 0xEB3886) is unknown color: approx Deep Cerise. HEX triplet: EB, 38 and 86. RGB value is (235,56,134). Sum of RGB (Red+Green+Blue) = 235+56+134=425 (56% of max value = 765). Red value is 235 (92.19% from 255 or 55.29% from 425); Green value is 56 (22.27% from 255 or 13.18% from 425); Blue value is 134 (52.73% from 255 or 31.53% from 425); Max value from RGB is 235 - color contains mainly: red. Hex color #EB3886 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB3886 is #14C779. Grayscale: #767676. Windows color (decimal): -1361786 or 8796395. OLE color: 8796395.

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

Color convert

RGB23556134-
CMYK00.760.430.08
HSL333.85º81.74%57.06%-
HSV(B)333.85º76.17%92.16%-
XYZ39.9822.2124.73-
YUV118.41136.8211.16-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 55.29%
GREEN value IS 56 (22.27% from 255) = 13.18%
BLUE value IS 134 (52.73% from 255) = 31.53%
R=55.29%
G=13.18%
B=31.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.43
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2355613400.760.430.08333.8581.7457.06
HexEB388604C2B814e5239
Octal353702060114531051612271
Binary11101011111000100001100100110010101110001010011101010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB3886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB3886; }

 p { color: rgb(235,56,134); }

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

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

 a { background-color: rgb(235,56,134); }

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

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

 span { border-color: rgb(235,56,134); }

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