#E059AC

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

Shades of Brilliant Rose #E059AC

Tints of Brilliant Rose #E059AC

Color information

#E059AC (or 0xE059AC) is unknown color: approx Brilliant Rose. HEX triplet: E0, 59 and AC. RGB value is (224,89,172). Sum of RGB (Red+Green+Blue) = 224+89+172=485 (64% of max value = 765). Red value is 224 (87.89% from 255 or 46.19% from 485); Green value is 89 (35.16% from 255 or 18.35% from 485); Blue value is 172 (67.58% from 255 or 35.46% from 485); Max value from RGB is 224 - color contains mainly: red. Hex color #E059AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E059AC is #1FA653. Grayscale: #8A8A8A. Windows color (decimal): -2074196 or 11295200. OLE color: 11295200.

HSL color Cylindrical-coordinate representation of color #E059AC: hue angle of 323.11º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E059AC is Cyan = 0, Magento = 0.60, Yellow = 0.23 and Black (K on CMYK) = 0.12.

Color convert

RGB22489172-
CMYK00.600.230.12
HSL323.11º68.53%61.37%-
HSV(B)323.11º60.27%87.84%-
XYZ41.7625.9741.84-
YUV138.83146.73188.75-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 46.19%
GREEN value IS 89 (35.16% from 255) = 18.35%
BLUE value IS 172 (67.58% from 255) = 35.46%
R=46.19%
G=18.35%
B=35.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.23
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2248917200.600.230.12323.1168.5361.37
HexE059AC03C17C143453d
Octal340131254074271450310575
Binary1110000010110011010110001111001011111001010000111000101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E059AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E059AC; }

 p { color: rgb(224,89,172); }

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

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

 a { background-color: rgb(224,89,172); }

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

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

 span { border-color: rgb(224,89,172); }

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