#E5519C

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

Shades of Brilliant Rose #E5519C

Tints of Brilliant Rose #E5519C

Color information

#E5519C (or 0xE5519C) is unknown color: approx Brilliant Rose. HEX triplet: E5, 51 and 9C. RGB value is (229,81,156). Sum of RGB (Red+Green+Blue) = 229+81+156=466 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.14% from 466); Green value is 81 (32.03% from 255 or 17.38% from 466); Blue value is 156 (61.33% from 255 or 33.48% from 466); Max value from RGB is 229 - color contains mainly: red. Hex color #E5519C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E5519C is #1AAE63. Grayscale: #858585. Windows color (decimal): -1748580 or 10244581. OLE color: 10244581.

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

Color convert

RGB22981156-
CMYK00.650.320.10
HSL329.59º74%60.78%-
HSV(B)329.59º64.63%89.8%-
XYZ41.2624.9434.09-
YUV133.8140.53195.9-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 49.14%
GREEN value IS 81 (32.03% from 255) = 17.38%
BLUE value IS 156 (61.33% from 255) = 33.48%
R=49.14%
G=17.38%
B=33.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.32
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2298115600.650.320.10329.597460.78
HexE5519C04120A14a4a3d
Octal3451212340101401251211275
Binary111001011010001100111000100000110000010101010010101001010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5519C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5519C; }

 p { color: rgb(229,81,156); }

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

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

 a { background-color: rgb(229,81,156); }

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

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

 span { border-color: rgb(229,81,156); }

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