#EF528C

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

Shades of French Rose #EF528C

Tints of French Rose #EF528C

Color information

#EF528C (or 0xEF528C) is unknown color: approx French Rose. HEX triplet: EF, 52 and 8C. RGB value is (239,82,140). Sum of RGB (Red+Green+Blue) = 239+82+140=461 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.84% from 461); Green value is 82 (32.42% from 255 or 17.79% from 461); Blue value is 140 (55.08% from 255 or 30.37% from 461); Max value from RGB is 239 - color contains mainly: red. Hex color #EF528C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF528C is #10AD73. Grayscale: #878787. Windows color (decimal): -1092980 or 9196271. OLE color: 9196271.

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

Color convert

RGB23982140-
CMYK00.660.410.06
HSL337.83º83.07%62.94%-
HSV(B)337.83º65.69%93.73%-
XYZ43.3526.2827.6-
YUV135.56130.51201.78-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 51.84%
GREEN value IS 82 (32.42% from 255) = 17.79%
BLUE value IS 140 (55.08% from 255) = 30.37%
R=51.84%
G=17.79%
B=30.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.41
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2398214000.660.410.06337.8383.0762.94
HexEF528C042296152533f
Octal357122214010251652212377
Binary11101111101001010001100010000101010011101010100101010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF528C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF528C; }

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

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

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

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

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

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

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

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