#EF579F

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

Shades of Brilliant Rose #EF579F

Tints of Brilliant Rose #EF579F

Color information

#EF579F (or 0xEF579F) is unknown color: approx Brilliant Rose. HEX triplet: EF, 57 and 9F. RGB value is (239,87,159). Sum of RGB (Red+Green+Blue) = 239+87+159=485 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.28% from 485); Green value is 87 (34.38% from 255 or 17.94% from 485); Blue value is 159 (62.5% from 255 or 32.78% from 485); Max value from RGB is 239 - color contains mainly: red. Hex color #EF579F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF579F is #10A860. Grayscale: #8C8C8C. Windows color (decimal): -1091681 or 10442735. OLE color: 10442735.

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

Color convert

RGB23987159-
CMYK00.640.330.06
HSL331.58º82.61%63.92%-
HSV(B)331.58º63.6%93.73%-
XYZ45.2627.6735.76-
YUV140.66138.36198.15-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 49.28%
GREEN value IS 87 (34.38% from 255) = 17.94%
BLUE value IS 159 (62.5% from 255) = 32.78%
R=49.28%
G=17.94%
B=32.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.33
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2398715900.640.330.06331.5882.6163.92
HexEF579F04021614c5340
Octal3571272370100416514123100
Binary111011111010111100111110100000010000111010100110010100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF579F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF579F; }

 p { color: rgb(239,87,159); }

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

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

 a { background-color: rgb(239,87,159); }

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

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

 span { border-color: rgb(239,87,159); }

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