#E546A1

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

Shades of Brilliant Rose #E546A1

Tints of Brilliant Rose #E546A1

Color information

#E546A1 (or 0xE546A1) is unknown color: approx Brilliant Rose. HEX triplet: E5, 46 and A1. RGB value is (229,70,161). Sum of RGB (Red+Green+Blue) = 229+70+161=460 (60% of max value = 765). Red value is 229 (89.84% from 255 or 49.78% from 460); Green value is 70 (27.73% from 255 or 15.22% from 460); Blue value is 161 (63.28% from 255 or 35% from 460); Max value from RGB is 229 - color contains mainly: red. Hex color #E546A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E546A1 is #1AB95E. Grayscale: #7F7F7F. Windows color (decimal): -1751391 or 10569445. OLE color: 10569445.

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

Color convert

RGB22970161-
CMYK00.690.300.10
HSL325.66º75.36%58.63%-
HSV(B)325.66º69.43%89.8%-
XYZ40.9423.6136.12-
YUV127.92146.68200.1-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 49.78%
GREEN value IS 70 (27.73% from 255) = 15.22%
BLUE value IS 161 (63.28% from 255) = 35%
R=49.78%
G=15.22%
B=35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.30
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2297016100.690.300.10325.6675.3658.63
HexE546A10451EA1464b3b
Octal3451062410105361250611373
Binary11100101100011010100001010001011111010101010001101001011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E546A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E546A1; }

 p { color: rgb(229,70,161); }

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

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

 a { background-color: rgb(229,70,161); }

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

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

 span { border-color: rgb(229,70,161); }

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