#EB3172

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

Shades of Cerise #EB3172

Tints of Cerise #EB3172

Color information

#EB3172 (or 0xEB3172) is unknown color: approx Cerise. HEX triplet: EB, 31 and 72. RGB value is (235,49,114). Sum of RGB (Red+Green+Blue) = 235+49+114=398 (52% of max value = 765). Red value is 235 (92.19% from 255 or 59.05% from 398); Green value is 49 (19.53% from 255 or 12.31% from 398); Blue value is 114 (44.92% from 255 or 28.64% from 398); Max value from RGB is 235 - color contains mainly: red. Hex color #EB3172 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB3172 is #14CE8D. Grayscale: #6F6F6F. Windows color (decimal): -1363598 or 7483883. OLE color: 7483883.

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

Color convert

RGB23549114-
CMYK00.790.510.08
HSL339.03º82.3%55.69%-
HSV(B)339.03º79.15%92.16%-
XYZ38.421.0717.96-
YUV112.02129.12215.71-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 59.05%
GREEN value IS 49 (19.53% from 255) = 12.31%
BLUE value IS 114 (44.92% from 255) = 28.64%
R=59.05%
G=12.31%
B=28.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.51
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2354911400.790.510.08339.0382.355.69
HexEB317204F3381535238
Octal353611620117631052312270
Binary1110101111000111100100100111111001110001010100111010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB3172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB3172; }

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

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

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

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

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

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

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

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