#E548AD

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

Shades of Brilliant Rose #E548AD

Tints of Brilliant Rose #E548AD

Color information

#E548AD (or 0xE548AD) is unknown color: approx Brilliant Rose. HEX triplet: E5, 48 and AD. RGB value is (229,72,173). Sum of RGB (Red+Green+Blue) = 229+72+173=474 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.31% from 474); Green value is 72 (28.52% from 255 or 15.19% from 474); Blue value is 173 (67.97% from 255 or 36.50% from 474); Max value from RGB is 229 - color contains mainly: red. Hex color #E548AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E548AD is #1AB752. Grayscale: #828282. Windows color (decimal): -1750867 or 11356389. OLE color: 11356389.

HSL color Cylindrical-coordinate representation of color #E548AD: hue angle of 321.4º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E548AD is Cyan = 0, Magento = 0.69, Yellow = 0.24 and Black (K on CMYK) = 0.10.

Color convert

RGB22972173-
CMYK00.690.240.10
HSL321.4º75.12%59.02%-
HSV(B)321.4º68.56%89.8%-
XYZ42.1724.3142-
YUV130.46152.01198.29-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 48.31%
GREEN value IS 72 (28.52% from 255) = 15.19%
BLUE value IS 173 (67.97% from 255) = 36.50%
R=48.31%
G=15.19%
B=36.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.24
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2297217300.690.240.10321.475.1259.02
HexE548AD04518A1414b3b
Octal3451102550105301250111373
Binary11100101100100010101101010001011100010101010000011001011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E548AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E548AD; }

 p { color: rgb(229,72,173); }

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

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

 a { background-color: rgb(229,72,173); }

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

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

 span { border-color: rgb(229,72,173); }

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