#E059A7

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

Shades of Brilliant Rose #E059A7

Tints of Brilliant Rose #E059A7

Color information

#E059A7 (or 0xE059A7) is unknown color: approx Brilliant Rose. HEX triplet: E0, 59 and A7. RGB value is (224,89,167). Sum of RGB (Red+Green+Blue) = 224+89+167=480 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.67% from 480); Green value is 89 (35.16% from 255 or 18.54% from 480); Blue value is 167 (65.62% from 255 or 34.79% from 480); Max value from RGB is 224 - color contains mainly: red. Hex color #E059A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E059A7 is #1FA658. Grayscale: #8A8A8A. Windows color (decimal): -2074201 or 10967520. OLE color: 10967520.

HSL color Cylindrical-coordinate representation of color #E059A7: hue angle of 325.33º 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 #E059A7 is Cyan = 0, Magento = 0.60, Yellow = 0.25 and Black (K on CMYK) = 0.12.

Color convert

RGB22489167-
CMYK00.600.250.12
HSL325.33º68.53%61.37%-
HSV(B)325.33º60.27%87.84%-
XYZ41.2925.7839.36-
YUV138.26144.23189.16-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 46.67%
GREEN value IS 89 (35.16% from 255) = 18.54%
BLUE value IS 167 (65.62% from 255) = 34.79%
R=46.67%
G=18.54%
B=34.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.25
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2248916700.600.250.12325.3368.5361.37
HexE059A703C19C145453d
Octal340131247074311450510575
Binary1110000010110011010011101111001100111001010001011000101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E059A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E059A7; }

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

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

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

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

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

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

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

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