#E455AC

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

Shades of Brilliant Rose #E455AC

Tints of Brilliant Rose #E455AC

Color information

#E455AC (or 0xE455AC) is unknown color: approx Brilliant Rose. HEX triplet: E4, 55 and AC. RGB value is (228,85,172). Sum of RGB (Red+Green+Blue) = 228+85+172=485 (64% of max value = 765). Red value is 228 (89.45% from 255 or 47.01% from 485); Green value is 85 (33.59% from 255 or 17.53% from 485); Blue value is 172 (67.58% from 255 or 35.46% from 485); Max value from RGB is 228 - color contains mainly: red. Hex color #E455AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E455AC is #1BAA53. Grayscale: #898989. Windows color (decimal): -1813076 or 11294180. OLE color: 11294180.

HSL color Cylindrical-coordinate representation of color #E455AC: hue angle of 323.5º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E455AC is Cyan = 0, Magento = 0.63, Yellow = 0.25 and Black (K on CMYK) = 0.11.

Color convert

RGB22885172-
CMYK00.630.250.11
HSL323.5º72.59%61.37%-
HSV(B)323.5º62.72%89.41%-
XYZ42.6925.9741.79-
YUV137.67147.38192.43-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 47.01%
GREEN value IS 85 (33.59% from 255) = 17.53%
BLUE value IS 172 (67.58% from 255) = 35.46%
R=47.01%
G=17.53%
B=35.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.25
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2288517200.630.250.11323.572.5961.37
HexE455AC03F19B143493d
Octal344125254077311350311175
Binary1110010010101011010110001111111100110111010000111001001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E455AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E455AC; }

 p { color: rgb(228,85,172); }

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

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

 a { background-color: rgb(228,85,172); }

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

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

 span { border-color: rgb(228,85,172); }

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