#EB3183

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

Shades of Deep Cerise #EB3183

Tints of Deep Cerise #EB3183

Color information

#EB3183 (or 0xEB3183) is unknown color: approx Deep Cerise. HEX triplet: EB, 31 and 83. RGB value is (235,49,131). Sum of RGB (Red+Green+Blue) = 235+49+131=415 (54% of max value = 765). Red value is 235 (92.19% from 255 or 56.63% from 415); Green value is 49 (19.53% from 255 or 11.81% from 415); Blue value is 131 (51.56% from 255 or 31.57% from 415); Max value from RGB is 235 - color contains mainly: red. Hex color #EB3183 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB3183 is #14CE7C. Grayscale: #717171. Windows color (decimal): -1363581 or 8597995. OLE color: 8597995.

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

Color convert

RGB23549131-
CMYK00.790.440.08
HSL333.55º82.3%55.69%-
HSV(B)333.55º79.15%92.16%-
XYZ39.4621.523.54-
YUV113.96137.62214.33-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 56.63%
GREEN value IS 49 (19.53% from 255) = 11.81%
BLUE value IS 131 (51.56% from 255) = 31.57%
R=56.63%
G=11.81%
B=31.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.44
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2354913100.790.440.08333.5582.355.69
HexEB318304F2C814e5238
Octal353612030117541051612270
Binary11101011110001100000110100111110110010001010011101010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB3183

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB3183; }

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

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

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

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

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

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

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

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