#EE518D

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

Shades of French Rose #EE518D

Tints of French Rose #EE518D

Color information

#EE518D (or 0xEE518D) is unknown color: approx French Rose. HEX triplet: EE, 51 and 8D. RGB value is (238,81,141). Sum of RGB (Red+Green+Blue) = 238+81+141=460 (60% of max value = 765). Red value is 238 (93.36% from 255 or 51.74% from 460); Green value is 81 (32.03% from 255 or 17.61% from 460); Blue value is 141 (55.47% from 255 or 30.65% from 460); Max value from RGB is 238 - color contains mainly: red. Hex color #EE518D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE518D is #11AE72. Grayscale: #868686. Windows color (decimal): -1158771 or 9261550. OLE color: 9261550.

HSL color Cylindrical-coordinate representation of color #EE518D: hue angle of 337.07º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EE518D is Cyan = 0, Magento = 0.66, Yellow = 0.41 and Black (K on CMYK) = 0.07.

Color convert

RGB23881141-
CMYK00.660.410.07
HSL337.07º82.2%62.55%-
HSV(B)337.07º65.97%93.33%-
XYZ43.0125.9927.95-
YUV134.78131.51201.62-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 51.74%
GREEN value IS 81 (32.03% from 255) = 17.61%
BLUE value IS 141 (55.47% from 255) = 30.65%
R=51.74%
G=17.61%
B=30.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.41
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2388114100.660.410.07337.0782.262.55
HexEE518D042297151523f
Octal356121215010251752112277
Binary11101110101000110001101010000101010011111010100011010010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE518D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE518D; }

 p { color: rgb(238,81,141); }

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

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

 a { background-color: rgb(238,81,141); }

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

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

 span { border-color: rgb(238,81,141); }

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