#E54C9D

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

Shades of Brilliant Rose #E54C9D

Tints of Brilliant Rose #E54C9D

Color information

#E54C9D (or 0xE54C9D) is unknown color: approx Brilliant Rose. HEX triplet: E5, 4C and 9D. RGB value is (229,76,157). Sum of RGB (Red+Green+Blue) = 229+76+157=462 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.57% from 462); Green value is 76 (30.08% from 255 or 16.45% from 462); Blue value is 157 (61.72% from 255 or 33.98% from 462); Max value from RGB is 229 - color contains mainly: red. Hex color #E54C9D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E54C9D is #1AB362. Grayscale: #828282. Windows color (decimal): -1749859 or 10308837. OLE color: 10308837.

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

Color convert

RGB22976157-
CMYK00.670.310.10
HSL328.24º74.63%59.8%-
HSV(B)328.24º66.81%89.8%-
XYZ40.9824.2634.42-
YUV130.98142.69197.91-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 49.57%
GREEN value IS 76 (30.08% from 255) = 16.45%
BLUE value IS 157 (61.72% from 255) = 33.98%
R=49.57%
G=16.45%
B=33.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.31
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2297615700.670.310.10328.2474.6359.8
HexE54C9D0431FA1484b3c
Octal3451142350103371251011374
Binary11100101100110010011101010000111111110101010010001001011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E54C9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E54C9D; }

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

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

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

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

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

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

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

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