#EB5492

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

Shades of French Rose #EB5492

Tints of French Rose #EB5492

Color information

#EB5492 (or 0xEB5492) is unknown color: approx French Rose. HEX triplet: EB, 54 and 92. RGB value is (235,84,146). Sum of RGB (Red+Green+Blue) = 235+84+146=465 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.54% from 465); Green value is 84 (33.20% from 255 or 18.06% from 465); Blue value is 146 (57.42% from 255 or 31.40% from 465); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5492 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB5492 is #14AB6D. Grayscale: #888888. Windows color (decimal): -1354606 or 9589995. OLE color: 9589995.

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

Color convert

RGB23584146-
CMYK00.640.380.08
HSL335.36º79.06%62.55%-
HSV(B)335.36º64.26%92.16%-
XYZ42.6226.0829.98-
YUV136.22133.53198.46-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 50.54%
GREEN value IS 84 (33.20% from 255) = 18.06%
BLUE value IS 146 (57.42% from 255) = 31.40%
R=50.54%
G=18.06%
B=31.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.38
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2358414600.640.380.08335.3679.0662.55
HexEB549204026814f4f3f
Octal3531242220100461051711777
Binary111010111010100100100100100000010011010001010011111001111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB5492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB5492; }

 p { color: rgb(235,84,146); }

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

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

 a { background-color: rgb(235,84,146); }

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

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

 span { border-color: rgb(235,84,146); }

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