#E54CAE

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

Shades of Brilliant Rose #E54CAE

Tints of Brilliant Rose #E54CAE

Color information

#E54CAE (or 0xE54CAE) is unknown color: approx Brilliant Rose. HEX triplet: E5, 4C and AE. RGB value is (229,76,174). Sum of RGB (Red+Green+Blue) = 229+76+174=479 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.81% from 479); Green value is 76 (30.08% from 255 or 15.87% from 479); Blue value is 174 (68.36% from 255 or 36.33% from 479); Max value from RGB is 229 - color contains mainly: red. Hex color #E54CAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E54CAE is #1AB351. Grayscale: #848484. Windows color (decimal): -1749842 or 11422949. OLE color: 11422949.

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

Color convert

RGB22976174-
CMYK00.670.240.10
HSL321.57º74.63%59.8%-
HSV(B)321.57º66.81%89.8%-
XYZ42.5424.8842.61-
YUV132.92151.19196.53-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 47.81%
GREEN value IS 76 (30.08% from 255) = 15.87%
BLUE value IS 174 (68.36% from 255) = 36.33%
R=47.81%
G=15.87%
B=36.33%

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
Decimal2297617400.670.240.10321.5774.6359.8
HexE54CAE04318A1424b3c
Octal3451142560103301250211374
Binary11100101100110010101110010000111100010101010000101001011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E54CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E54CAE; }

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

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

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

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

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

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

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

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