#E148A9

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

Shades of Brilliant Rose #E148A9

Tints of Brilliant Rose #E148A9

Color information

#E148A9 (or 0xE148A9) is unknown color: approx Brilliant Rose. HEX triplet: E1, 48 and A9. RGB value is (225,72,169). Sum of RGB (Red+Green+Blue) = 225+72+169=466 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.28% from 466); Green value is 72 (28.52% from 255 or 15.45% from 466); Blue value is 169 (66.41% from 255 or 36.27% from 466); Max value from RGB is 225 - color contains mainly: red. Hex color #E148A9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E148A9 is #1EB756. Grayscale: #808080. Windows color (decimal): -2013015 or 11094241. OLE color: 11094241.

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

Color convert

RGB22572169-
CMYK00.680.250.12
HSL321.96º71.83%58.24%-
HSV(B)321.96º68%88.24%-
XYZ40.5323.5139.94-
YUV128.8150.69196.61-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 48.28%
GREEN value IS 72 (28.52% from 255) = 15.45%
BLUE value IS 169 (66.41% from 255) = 36.27%
R=48.28%
G=15.45%
B=36.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.25
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2257216900.680.250.12321.9671.8358.24
HexE148A904419C142483a
Octal3411102510104311450211072
Binary11100001100100010101001010001001100111001010000101001000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E148A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E148A9; }

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

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

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

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

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

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

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

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