#E058A1

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

Shades of Brilliant Rose #E058A1

Tints of Brilliant Rose #E058A1

Color information

#E058A1 (or 0xE058A1) is unknown color: approx Brilliant Rose. HEX triplet: E0, 58 and A1. RGB value is (224,88,161). Sum of RGB (Red+Green+Blue) = 224+88+161=473 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.36% from 473); Green value is 88 (34.77% from 255 or 18.60% from 473); Blue value is 161 (63.28% from 255 or 34.04% from 473); Max value from RGB is 224 - color contains mainly: red. Hex color #E058A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E058A1 is #1FA75E. Grayscale: #888888. Windows color (decimal): -2074463 or 10574048. OLE color: 10574048.

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

Color convert

RGB22488161-
CMYK00.610.280.12
HSL327.79º68.69%61.18%-
HSV(B)327.79º60.71%87.84%-
XYZ40.6625.436.48-
YUV136.99141.56190.06-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 47.36%
GREEN value IS 88 (34.77% from 255) = 18.60%
BLUE value IS 161 (63.28% from 255) = 34.04%
R=47.36%
G=18.60%
B=34.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.28
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2248816100.610.280.12327.7968.6961.18
HexE058A103D1CC148453d
Octal340130241075341451010575
Binary1110000010110001010000101111011110011001010010001000101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E058A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E058A1; }

 p { color: rgb(224,88,161); }

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

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

 a { background-color: rgb(224,88,161); }

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

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

 span { border-color: rgb(224,88,161); }

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