#EB2781

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

Shades of Deep Cerise #EB2781

Tints of Deep Cerise #EB2781

Color information

#EB2781 (or 0xEB2781) is unknown color: approx Deep Cerise. HEX triplet: EB, 27 and 81. RGB value is (235,39,129). Sum of RGB (Red+Green+Blue) = 235+39+129=403 (53% of max value = 765). Red value is 235 (92.19% from 255 or 58.31% from 403); Green value is 39 (15.62% from 255 or 9.68% from 403); Blue value is 129 (50.78% from 255 or 32.01% from 403); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2781 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB2781 is #14D87E. Grayscale: #6B6B6B. Windows color (decimal): -1366143 or 8464363. OLE color: 8464363.

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

Color convert

RGB23539129-
CMYK00.830.450.08
HSL332.45º83.05%53.73%-
HSV(B)332.45º83.4%92.16%-
XYZ38.9520.722.71-
YUV107.86139.93218.68-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 58.31%
GREEN value IS 39 (15.62% from 255) = 9.68%
BLUE value IS 129 (50.78% from 255) = 32.01%
R=58.31%
G=9.68%
B=32.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.45
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2353912900.830.450.08332.4583.0553.73
HexEB27810532D814c5336
Octal353472010123551051412366
Binary11101011100111100000010101001110110110001010011001010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB2781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB2781; }

 p { color: rgb(235,39,129); }

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

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

 a { background-color: rgb(235,39,129); }

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

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

 span { border-color: rgb(235,39,129); }

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