#E145B1

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

Shades of Brilliant Rose #E145B1

Tints of Brilliant Rose #E145B1

Color information

#E145B1 (or 0xE145B1) is unknown color: approx Brilliant Rose. HEX triplet: E1, 45 and B1. RGB value is (225,69,177). Sum of RGB (Red+Green+Blue) = 225+69+177=471 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.77% from 471); Green value is 69 (27.34% from 255 or 14.65% from 471); Blue value is 177 (69.53% from 255 or 37.58% from 471); Max value from RGB is 225 - color contains mainly: red. Hex color #E145B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E145B1 is #1EBA4E. Grayscale: #7F7F7F. Windows color (decimal): -2013775 or 11617761. OLE color: 11617761.

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

Color convert

RGB22569177-
CMYK00.690.210.12
HSL318.46º72.22%57.65%-
HSV(B)318.46º69.33%88.24%-
XYZ41.1223.4443.95-
YUV127.96155.68197.22-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 47.77%
GREEN value IS 69 (27.34% from 255) = 14.65%
BLUE value IS 177 (69.53% from 255) = 37.58%
R=47.77%
G=14.65%
B=37.58%

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
Decimal2256917700.690.210.12318.4672.2257.65
HexE145B104515C13e483a
Octal3411052610105251447611072
Binary11100001100010110110001010001011010111001001111101001000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E145B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E145B1; }

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

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

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

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

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

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

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

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