#eb4b99

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

Shades of French Rose #EB4B99

Tints of French Rose #EB4B99

Color information

#EB4B99 (or 0xEB4B99) is unknown color: approx French Rose. HEX triplet: EB, 4B and 99. RGB value is (235,75,153). Sum of RGB (Red+Green+Blue) = 235+75+153=463 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.76% from 463); Green value is 75 (29.69% from 255 or 16.20% from 463); Blue value is 153 (60.16% from 255 or 33.05% from 463); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4B99 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB4B99 is #14B466. Grayscale: #838383. Windows color (decimal): -1356903 or 10046443. OLE color: 10046443.

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

Color convert

RGB23575153-
CMYK00.680.350.08
HSL330.75º80%60.78%-
HSV(B)330.75º68.09%92.16%-
XYZ42.5324.9932.72-
YUV131.73140.01201.66-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 50.76%
GREEN value IS 75 (29.69% from 255) = 16.20%
BLUE value IS 153 (60.16% from 255) = 33.05%
R=50.76%
G=16.20%
B=33.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.35
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2357515300.680.350.08330.758060.78
HexEB4B9904423814b503d
Octal3531132310104431051312075
Binary111010111001011100110010100010010001110001010010111010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #eb4b99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #eb4b99; }

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

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

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

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

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

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

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

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