#EF529E

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

Shades of Brilliant Rose #EF529E

Tints of Brilliant Rose #EF529E

Color information

#EF529E (or 0xEF529E) is unknown color: approx Brilliant Rose. HEX triplet: EF, 52 and 9E. RGB value is (239,82,158). Sum of RGB (Red+Green+Blue) = 239+82+158=479 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.90% from 479); Green value is 82 (32.42% from 255 or 17.12% from 479); Blue value is 158 (62.11% from 255 or 32.99% from 479); Max value from RGB is 239 - color contains mainly: red. Hex color #EF529E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF529E is #10AD61. Grayscale: #898989. Windows color (decimal): -1092962 or 10375919. OLE color: 10375919.

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

Color convert

RGB23982158-
CMYK00.660.340.06
HSL330.96º83.07%62.94%-
HSV(B)330.96º65.69%93.73%-
XYZ44.7926.8535.17-
YUV137.61139.51200.32-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 49.90%
GREEN value IS 82 (32.42% from 255) = 17.12%
BLUE value IS 158 (62.11% from 255) = 32.99%
R=49.90%
G=17.12%
B=32.99%

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
Decimal2398215800.660.340.06330.9683.0762.94
HexEF529E04222614b533f
Octal357122236010242651312377
Binary11101111101001010011110010000101000101101010010111010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF529E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF529E; }

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

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

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

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

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

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

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

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