#EE488F

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

Shades of French Rose #EE488F

Tints of French Rose #EE488F

Color information

#EE488F (or 0xEE488F) is unknown color: approx French Rose. HEX triplet: EE, 48 and 8F. RGB value is (238,72,143). Sum of RGB (Red+Green+Blue) = 238+72+143=453 (60% of max value = 765). Red value is 238 (93.36% from 255 or 52.54% from 453); Green value is 72 (28.52% from 255 or 15.89% from 453); Blue value is 143 (56.25% from 255 or 31.57% from 453); Max value from RGB is 238 - color contains mainly: red. Hex color #EE488F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE488F is #11B770. Grayscale: #818181. Windows color (decimal): -1161073 or 9390318. OLE color: 9390318.

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

Color convert

RGB23872143-
CMYK00.700.400.07
HSL334.34º83%60.78%-
HSV(B)334.34º69.75%93.33%-
XYZ42.5424.828.53-
YUV129.73135.5205.23-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 52.54%
GREEN value IS 72 (28.52% from 255) = 15.89%
BLUE value IS 143 (56.25% from 255) = 31.57%
R=52.54%
G=15.89%
B=31.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.40
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2387214300.700.400.07334.348360.78
HexEE488F04628714e533d
Octal356110217010650751612375
Binary11101110100100010001111010001101010001111010011101010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE488F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE488F; }

 p { color: rgb(238,72,143); }

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

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

 a { background-color: rgb(238,72,143); }

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

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

 span { border-color: rgb(238,72,143); }

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