#EF529D

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

Shades of Brilliant Rose #EF529D

Tints of Brilliant Rose #EF529D

Color information

#EF529D (or 0xEF529D) is unknown color: approx Brilliant Rose. HEX triplet: EF, 52 and 9D. RGB value is (239,82,157). Sum of RGB (Red+Green+Blue) = 239+82+157=478 (63% of max value = 765). Red value is 239 (93.75% from 255 or 50% from 478); Green value is 82 (32.42% from 255 or 17.15% from 478); Blue value is 157 (61.72% from 255 or 32.85% from 478); Max value from RGB is 239 - color contains mainly: red. Hex color #EF529D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF529D is #10AD62. Grayscale: #898989. Windows color (decimal): -1092963 or 10310383. OLE color: 10310383.

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

Color convert

RGB23982157-
CMYK00.660.340.06
HSL331.34º83.07%62.94%-
HSV(B)331.34º65.69%93.73%-
XYZ44.726.8234.72-
YUV137.49139.01200.4-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 50%
GREEN value IS 82 (32.42% from 255) = 17.15%
BLUE value IS 157 (61.72% from 255) = 32.85%
R=50%
G=17.15%
B=32.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.34
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2398215700.660.340.06331.3483.0762.94
HexEF529D04222614b533f
Octal357122235010242651312377
Binary11101111101001010011101010000101000101101010010111010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF529D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF529D; }

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

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

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

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

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

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

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

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