#E145AA

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

Shades of Brilliant Rose #E145AA

Tints of Brilliant Rose #E145AA

Color information

#E145AA (or 0xE145AA) is unknown color: approx Brilliant Rose. HEX triplet: E1, 45 and AA. RGB value is (225,69,170). Sum of RGB (Red+Green+Blue) = 225+69+170=464 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.49% from 464); Green value is 69 (27.34% from 255 or 14.87% from 464); Blue value is 170 (66.80% from 255 or 36.64% from 464); Max value from RGB is 225 - color contains mainly: red. Hex color #E145AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E145AA is #1EBA55. Grayscale: #7E7E7E. Windows color (decimal): -2013782 or 11159009. OLE color: 11159009.

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

Color convert

RGB22569170-
CMYK00.690.240.12
HSL321.15º72.22%57.65%-
HSV(B)321.15º69.33%88.24%-
XYZ40.4423.1740.37-
YUV127.16152.18197.79-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 48.49%
GREEN value IS 69 (27.34% from 255) = 14.87%
BLUE value IS 170 (66.80% from 255) = 36.64%
R=48.49%
G=14.87%
B=36.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.24
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2256917000.690.240.12321.1572.2257.65
HexE145AA04518C141483a
Octal3411052520105301450111072
Binary11100001100010110101010010001011100011001010000011001000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E145AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E145AA; }

 p { color: rgb(225,69,170); }

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

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

 a { background-color: rgb(225,69,170); }

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

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

 span { border-color: rgb(225,69,170); }

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