#e148a8

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

Shades of Brilliant Rose #E148A8

Tints of Brilliant Rose #E148A8

Color information

#E148A8 (or 0xE148A8) is unknown color: approx Brilliant Rose. HEX triplet: E1, 48 and A8. RGB value is (225,72,168). Sum of RGB (Red+Green+Blue) = 225+72+168=465 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.39% from 465); Green value is 72 (28.52% from 255 or 15.48% from 465); Blue value is 168 (66.02% from 255 or 36.13% from 465); Max value from RGB is 225 - color contains mainly: red. Hex color #E148A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E148A8 is #1EB757. Grayscale: #808080. Windows color (decimal): -2013016 or 11028705. OLE color: 11028705.

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

Color convert

RGB22572168-
CMYK00.680.250.12
HSL322.35º71.83%58.24%-
HSV(B)322.35º68%88.24%-
XYZ40.4423.4739.44-
YUV128.69150.19196.69-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 48.39%
GREEN value IS 72 (28.52% from 255) = 15.48%
BLUE value IS 168 (66.02% from 255) = 36.13%
R=48.39%
G=15.48%
B=36.13%

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
Decimal2257216800.680.250.12322.3571.8358.24
HexE148A804419C142483a
Octal3411102500104311450211072
Binary11100001100100010101000010001001100111001010000101001000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e148a8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e148a8; }

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

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

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

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

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

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

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

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