#EB4993

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

Shades of French Rose #EB4993

Tints of French Rose #EB4993

Color information

#EB4993 (or 0xEB4993) is unknown color: approx French Rose. HEX triplet: EB, 49 and 93. RGB value is (235,73,147). Sum of RGB (Red+Green+Blue) = 235+73+147=455 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.65% from 455); Green value is 73 (28.91% from 255 or 16.04% from 455); Blue value is 147 (57.81% from 255 or 32.31% from 455); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4993 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB4993 is #14B66C. Grayscale: #818181. Windows color (decimal): -1357421 or 9652715. OLE color: 9652715.

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

Color convert

RGB23573147-
CMYK00.690.370.08
HSL332.59º80.2%60.39%-
HSV(B)332.59º68.94%92.16%-
XYZ41.9124.5330.13-
YUV129.87137.67202.98-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 51.65%
GREEN value IS 73 (28.91% from 255) = 16.04%
BLUE value IS 147 (57.81% from 255) = 32.31%
R=51.65%
G=16.04%
B=32.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.37
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2357314700.690.370.08332.5980.260.39
HexEB499304525814d503c
Octal3531112230105451051512074
Binary111010111001001100100110100010110010110001010011011010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB4993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB4993; }

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

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

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

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

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

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

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

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