#EE4985

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

Shades of French Rose #EE4985

Tints of French Rose #EE4985

Color information

#EE4985 (or 0xEE4985) is unknown color: approx French Rose. HEX triplet: EE, 49 and 85. RGB value is (238,73,133). Sum of RGB (Red+Green+Blue) = 238+73+133=444 (58% of max value = 765). Red value is 238 (93.36% from 255 or 53.60% from 444); Green value is 73 (28.91% from 255 or 16.44% from 444); Blue value is 133 (52.34% from 255 or 29.95% from 444); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4985 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE4985 is #11B67A. Grayscale: #818181. Windows color (decimal): -1160827 or 8735214. OLE color: 8735214.

HSL color Cylindrical-coordinate representation of color #EE4985: hue angle of 338.18º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EE4985 is Cyan = 0, Magento = 0.69, Yellow = 0.44 and Black (K on CMYK) = 0.07.

Color convert

RGB23873133-
CMYK00.690.440.07
HSL338.18º82.91%60.98%-
HSV(B)338.18º69.33%93.33%-
XYZ41.8824.6424.74-
YUV129.17130.16205.62-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 53.60%
GREEN value IS 73 (28.91% from 255) = 16.44%
BLUE value IS 133 (52.34% from 255) = 29.95%
R=53.60%
G=16.44%
B=29.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.44
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2387313300.690.440.07338.1882.9160.98
HexEE49850452C7152533d
Octal356111205010554752212375
Binary11101110100100110000101010001011011001111010100101010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE4985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE4985; }

 p { color: rgb(238,73,133); }

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

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

 a { background-color: rgb(238,73,133); }

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

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

 span { border-color: rgb(238,73,133); }

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