#EB3181

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

Shades of Deep Cerise #EB3181

Tints of Deep Cerise #EB3181

Color information

#EB3181 (or 0xEB3181) is unknown color: approx Deep Cerise. HEX triplet: EB, 31 and 81. RGB value is (235,49,129). Sum of RGB (Red+Green+Blue) = 235+49+129=413 (54% of max value = 765). Red value is 235 (92.19% from 255 or 56.90% from 413); Green value is 49 (19.53% from 255 or 11.86% from 413); Blue value is 129 (50.78% from 255 or 31.23% from 413); Max value from RGB is 235 - color contains mainly: red. Hex color #EB3181 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB3181 is #14CE7E. Grayscale: #717171. Windows color (decimal): -1363583 or 8466923. OLE color: 8466923.

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

Color convert

RGB23549129-
CMYK00.790.450.08
HSL334.19º82.3%55.69%-
HSV(B)334.19º79.15%92.16%-
XYZ39.3221.4422.84-
YUV113.73136.62214.5-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 56.90%
GREEN value IS 49 (19.53% from 255) = 11.86%
BLUE value IS 129 (50.78% from 255) = 31.23%
R=56.90%
G=11.86%
B=31.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.45
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2354912900.790.450.08334.1982.355.69
HexEB318104F2D814e5238
Octal353612010117551051612270
Binary11101011110001100000010100111110110110001010011101010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB3181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB3181; }

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

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

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

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

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

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

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

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