#E145B2

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

Shades of Brilliant Rose #E145B2

Tints of Brilliant Rose #E145B2

Color information

#E145B2 (or 0xE145B2) is unknown color: approx Brilliant Rose. HEX triplet: E1, 45 and B2. RGB value is (225,69,178). Sum of RGB (Red+Green+Blue) = 225+69+178=472 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.67% from 472); Green value is 69 (27.34% from 255 or 14.62% from 472); Blue value is 178 (69.92% from 255 or 37.71% from 472); Max value from RGB is 225 - color contains mainly: red. Hex color #E145B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E145B2 is #1EBA4D. Grayscale: #7F7F7F. Windows color (decimal): -2013774 or 11683297. OLE color: 11683297.

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

Color convert

RGB22569178-
CMYK00.690.210.12
HSL318.08º72.22%57.65%-
HSV(B)318.08º69.33%88.24%-
XYZ41.2223.4844.48-
YUV128.07156.18197.14-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 47.67%
GREEN value IS 69 (27.34% from 255) = 14.62%
BLUE value IS 178 (69.92% from 255) = 37.71%
R=47.67%
G=14.62%
B=37.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.21
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2256917800.690.210.12318.0872.2257.65
HexE145B204515C13e483a
Octal3411052620105251447611072
Binary11100001100010110110010010001011010111001001111101001000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E145B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E145B2; }

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

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

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

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

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

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

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

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