#E5529F

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

Shades of Brilliant Rose #E5529F

Tints of Brilliant Rose #E5529F

Color information

#E5529F (or 0xE5529F) is unknown color: approx Brilliant Rose. HEX triplet: E5, 52 and 9F. RGB value is (229,82,159). Sum of RGB (Red+Green+Blue) = 229+82+159=470 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.72% from 470); Green value is 82 (32.42% from 255 or 17.45% from 470); Blue value is 159 (62.5% from 255 or 33.83% from 470); Max value from RGB is 229 - color contains mainly: red. Hex color #E5529F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E5529F is #1AAD60. Grayscale: #868686. Windows color (decimal): -1748321 or 10441445. OLE color: 10441445.

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

Color convert

RGB22982159-
CMYK00.640.310.10
HSL328.57º73.87%60.98%-
HSV(B)328.57º64.19%89.8%-
XYZ41.5925.235.47-
YUV134.73141.7195.24-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 48.72%
GREEN value IS 82 (32.42% from 255) = 17.45%
BLUE value IS 159 (62.5% from 255) = 33.83%
R=48.72%
G=17.45%
B=33.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.31
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2298215900.640.310.10328.5773.8760.98
HexE5529F0401FA1494a3d
Octal3451222370100371251111275
Binary11100101101001010011111010000001111110101010010011001010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5529F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5529F; }

 p { color: rgb(229,82,159); }

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

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

 a { background-color: rgb(229,82,159); }

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

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

 span { border-color: rgb(229,82,159); }

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