#E6579B

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

Shades of Brilliant Rose #E6579B

Tints of Brilliant Rose #E6579B

Color information

#E6579B (or 0xE6579B) is unknown color: approx Brilliant Rose. HEX triplet: E6, 57 and 9B. RGB value is (230,87,155). Sum of RGB (Red+Green+Blue) = 230+87+155=472 (62% of max value = 765). Red value is 230 (90.23% from 255 or 48.73% from 472); Green value is 87 (34.38% from 255 or 18.43% from 472); Blue value is 155 (60.94% from 255 or 32.84% from 472); Max value from RGB is 230 - color contains mainly: red. Hex color #E6579B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E6579B is #19A864. Grayscale: #898989. Windows color (decimal): -1681509 or 10180582. OLE color: 10180582.

HSL color Cylindrical-coordinate representation of color #E6579B: hue angle of 331.47º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E6579B is Cyan = 0, Magento = 0.62, Yellow = 0.33 and Black (K on CMYK) = 0.10.

Color convert

RGB23087155-
CMYK00.620.330.10
HSL331.47º74.09%62.16%-
HSV(B)331.47º62.17%90.2%-
XYZ41.9626.0133.82-
YUV137.51137.88193.97-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 48.73%
GREEN value IS 87 (34.38% from 255) = 18.43%
BLUE value IS 155 (60.94% from 255) = 32.84%
R=48.73%
G=18.43%
B=32.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.33
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2308715500.620.330.10331.4774.0962.16
HexE6579B03E21A14b4a3e
Octal346127233076411251311276
Binary11100110101011110011011011111010000110101010010111001010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6579B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6579B; }

 p { color: rgb(230,87,155); }

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

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

 a { background-color: rgb(230,87,155); }

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

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

 span { border-color: rgb(230,87,155); }

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