#EE528C

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

Shades of French Rose #EE528C

Tints of French Rose #EE528C

Color information

#EE528C (or 0xEE528C) is unknown color: approx French Rose. HEX triplet: EE, 52 and 8C. RGB value is (238,82,140). Sum of RGB (Red+Green+Blue) = 238+82+140=460 (60% of max value = 765). Red value is 238 (93.36% from 255 or 51.74% from 460); Green value is 82 (32.42% from 255 or 17.83% from 460); Blue value is 140 (55.08% from 255 or 30.43% from 460); Max value from RGB is 238 - color contains mainly: red. Hex color #EE528C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE528C is #11AD73. Grayscale: #878787. Windows color (decimal): -1158516 or 9196270. OLE color: 9196270.

HSL color Cylindrical-coordinate representation of color #EE528C: hue angle of 337.69º 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 #EE528C is Cyan = 0, Magento = 0.66, Yellow = 0.41 and Black (K on CMYK) = 0.07.

Color convert

RGB23882140-
CMYK00.660.410.07
HSL337.69º82.11%62.75%-
HSV(B)337.69º65.55%93.33%-
XYZ43.0126.1127.58-
YUV135.26130.68201.28-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 51.74%
GREEN value IS 82 (32.42% from 255) = 17.83%
BLUE value IS 140 (55.08% from 255) = 30.43%
R=51.74%
G=17.83%
B=30.43%

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
Decimal2388214000.660.410.07337.6982.1162.75
HexEE528C042297152523f
Octal356122214010251752212277
Binary11101110101001010001100010000101010011111010100101010010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE528C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE528C; }

 p { color: rgb(238,82,140); }

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

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

 a { background-color: rgb(238,82,140); }

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

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

 span { border-color: rgb(238,82,140); }

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