#EB317B

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

Shades of Deep Cerise #EB317B

Tints of Deep Cerise #EB317B

Color information

#EB317B (or 0xEB317B) is unknown color: approx Deep Cerise. HEX triplet: EB, 31 and 7B. RGB value is (235,49,123). Sum of RGB (Red+Green+Blue) = 235+49+123=407 (53% of max value = 765). Red value is 235 (92.19% from 255 or 57.74% from 407); Green value is 49 (19.53% from 255 or 12.04% from 407); Blue value is 123 (48.44% from 255 or 30.22% from 407); Max value from RGB is 235 - color contains mainly: red. Hex color #EB317B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB317B is #14CE84. Grayscale: #707070. Windows color (decimal): -1363589 or 8073707. OLE color: 8073707.

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

Color convert

RGB23549123-
CMYK00.790.480.08
HSL336.13º82.3%55.69%-
HSV(B)336.13º79.15%92.16%-
XYZ38.9321.2920.8-
YUV113.05133.62214.98-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 57.74%
GREEN value IS 49 (19.53% from 255) = 12.04%
BLUE value IS 123 (48.44% from 255) = 30.22%
R=57.74%
G=12.04%
B=30.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.48
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2354912300.790.480.08336.1382.355.69
HexEB317B04F3081505238
Octal353611730117601052012270
Binary1110101111000111110110100111111000010001010100001010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB317B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB317B; }

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

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

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

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

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

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

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

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