#EB5099

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

Shades of French Rose #EB5099

Tints of French Rose #EB5099

Color information

#EB5099 (or 0xEB5099) is unknown color: approx French Rose. HEX triplet: EB, 50 and 99. RGB value is (235,80,153). Sum of RGB (Red+Green+Blue) = 235+80+153=468 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.21% from 468); Green value is 80 (31.64% from 255 or 17.09% from 468); Blue value is 153 (60.16% from 255 or 32.69% from 468); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5099 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB5099 is #14AF66. Grayscale: #868686. Windows color (decimal): -1355623 or 10047723. OLE color: 10047723.

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

Color convert

RGB23580153-
CMYK00.660.350.08
HSL331.74º79.49%61.76%-
HSV(B)331.74º65.96%92.16%-
XYZ42.8825.732.84-
YUV134.67138.35199.56-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 50.21%
GREEN value IS 80 (31.64% from 255) = 17.09%
BLUE value IS 153 (60.16% from 255) = 32.69%
R=50.21%
G=17.09%
B=32.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.35
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2358015300.660.350.08331.7479.4961.76
HexEB509904223814c4f3e
Octal3531202310102431051411776
Binary111010111010000100110010100001010001110001010011001001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB5099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB5099; }

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

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

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

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

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

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

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

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