#EB4999

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

Shades of French Rose #EB4999

Tints of French Rose #EB4999

Color information

#EB4999 (or 0xEB4999) is unknown color: approx French Rose. HEX triplet: EB, 49 and 99. RGB value is (235,73,153). Sum of RGB (Red+Green+Blue) = 235+73+153=461 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.98% from 461); Green value is 73 (28.91% from 255 or 15.84% from 461); Blue value is 153 (60.16% from 255 or 33.19% from 461); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4999 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB4999 is #14B666. Grayscale: #828282. Windows color (decimal): -1357415 or 10045931. OLE color: 10045931.

HSL color Cylindrical-coordinate representation of color #EB4999: hue angle of 330.37º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EB4999 is Cyan = 0, Magento = 0.69, Yellow = 0.35 and Black (K on CMYK) = 0.08.

Color convert

RGB23573153-
CMYK00.690.350.08
HSL330.37º80.2%60.39%-
HSV(B)330.37º68.94%92.16%-
XYZ42.3924.7332.68-
YUV130.56140.67202.5-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 50.98%
GREEN value IS 73 (28.91% from 255) = 15.84%
BLUE value IS 153 (60.16% from 255) = 33.19%
R=50.98%
G=15.84%
B=33.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.35
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2357315300.690.350.08330.3780.260.39
HexEB499904523814a503c
Octal3531112310105431051212074
Binary111010111001001100110010100010110001110001010010101010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB4999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB4999; }

 p { color: rgb(235,73,153); }

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

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

 a { background-color: rgb(235,73,153); }

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

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

 span { border-color: rgb(235,73,153); }

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