#E145B0

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

Shades of Brilliant Rose #E145B0

Tints of Brilliant Rose #E145B0

Color information

#E145B0 (or 0xE145B0) is unknown color: approx Brilliant Rose. HEX triplet: E1, 45 and B0. RGB value is (225,69,176). Sum of RGB (Red+Green+Blue) = 225+69+176=470 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.87% from 470); Green value is 69 (27.34% from 255 or 14.68% from 470); Blue value is 176 (69.14% from 255 or 37.45% from 470); Max value from RGB is 225 - color contains mainly: red. Hex color #E145B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E145B0 is #1EBA4F. Grayscale: #7F7F7F. Windows color (decimal): -2013776 or 11552225. OLE color: 11552225.

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

Color convert

RGB22569176-
CMYK00.690.220.12
HSL318.85º72.22%57.65%-
HSV(B)318.85º69.33%88.24%-
XYZ41.0223.443.43-
YUV127.84155.18197.3-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 47.87%
GREEN value IS 69 (27.34% from 255) = 14.68%
BLUE value IS 176 (69.14% from 255) = 37.45%
R=47.87%
G=14.68%
B=37.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.22
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2256917600.690.220.12318.8572.2257.65
HexE145B004516C13f483a
Octal3411052600105261447711072
Binary11100001100010110110000010001011011011001001111111001000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E145B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E145B0; }

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

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

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

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

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

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

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

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