#E148B1

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

Shades of Brilliant Rose #E148B1

Tints of Brilliant Rose #E148B1

Color information

#E148B1 (or 0xE148B1) is unknown color: approx Brilliant Rose. HEX triplet: E1, 48 and B1. RGB value is (225,72,177). Sum of RGB (Red+Green+Blue) = 225+72+177=474 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.47% from 474); Green value is 72 (28.52% from 255 or 15.19% from 474); Blue value is 177 (69.53% from 255 or 37.34% from 474); Max value from RGB is 225 - color contains mainly: red. Hex color #E148B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E148B1 is #1EB74E. Grayscale: #818181. Windows color (decimal): -2013007 or 11618529. OLE color: 11618529.

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

Color convert

RGB22572177-
CMYK00.680.210.12
HSL318.82º71.83%58.24%-
HSV(B)318.82º68%88.24%-
XYZ41.323.8244.02-
YUV129.72154.69195.96-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 47.47%
GREEN value IS 72 (28.52% from 255) = 15.19%
BLUE value IS 177 (69.53% from 255) = 37.34%
R=47.47%
G=15.19%
B=37.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.21
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2257217700.680.210.12318.8271.8358.24
HexE148B104415C13f483a
Octal3411102610104251447711072
Binary11100001100100010110001010001001010111001001111111001000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E148B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E148B1; }

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

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

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

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

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

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

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

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