#EB548E

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

Shades of French Rose #EB548E

Tints of French Rose #EB548E

Color information

#EB548E (or 0xEB548E) is unknown color: approx French Rose. HEX triplet: EB, 54 and 8E. RGB value is (235,84,142). Sum of RGB (Red+Green+Blue) = 235+84+142=461 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.98% from 461); Green value is 84 (33.20% from 255 or 18.22% from 461); Blue value is 142 (55.86% from 255 or 30.80% from 461); Max value from RGB is 235 - color contains mainly: red. Hex color #EB548E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB548E is #14AB71. Grayscale: #878787. Windows color (decimal): -1354610 or 9327851. OLE color: 9327851.

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

Color convert

RGB23584142-
CMYK00.640.400.08
HSL336.95º79.06%62.55%-
HSV(B)336.95º64.26%92.16%-
XYZ42.3125.9628.37-
YUV135.76131.53198.78-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 50.98%
GREEN value IS 84 (33.20% from 255) = 18.22%
BLUE value IS 142 (55.86% from 255) = 30.80%
R=50.98%
G=18.22%
B=30.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.40
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2358414200.640.400.08336.9579.0662.55
HexEB548E0402881514f3f
Octal3531242160100501052111777
Binary111010111010100100011100100000010100010001010100011001111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB548E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB548E; }

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

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

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

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

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

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

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

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