#E54CAD

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

Shades of Brilliant Rose #E54CAD

Tints of Brilliant Rose #E54CAD

Color information

#E54CAD (or 0xE54CAD) is unknown color: approx Brilliant Rose. HEX triplet: E5, 4C and AD. RGB value is (229,76,173). Sum of RGB (Red+Green+Blue) = 229+76+173=478 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.91% from 478); Green value is 76 (30.08% from 255 or 15.90% from 478); Blue value is 173 (67.97% from 255 or 36.19% from 478); Max value from RGB is 229 - color contains mainly: red. Hex color #E54CAD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E54CAD is #1AB352. Grayscale: #848484. Windows color (decimal): -1749843 or 11357413. OLE color: 11357413.

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

Color convert

RGB22976173-
CMYK00.670.240.10
HSL321.96º74.63%59.8%-
HSV(B)321.96º66.81%89.8%-
XYZ42.4424.8442.09-
YUV132.8150.69196.61-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 47.91%
GREEN value IS 76 (30.08% from 255) = 15.90%
BLUE value IS 173 (67.97% from 255) = 36.19%
R=47.91%
G=15.90%
B=36.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.24
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2297617300.670.240.10321.9674.6359.8
HexE54CAD04318A1424b3c
Octal3451142550103301250211374
Binary11100101100110010101101010000111100010101010000101001011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E54CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E54CAD; }

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

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

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

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

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

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

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

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