#E54F9E

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

Shades of Brilliant Rose #E54F9E

Tints of Brilliant Rose #E54F9E

Color information

#E54F9E (or 0xE54F9E) is unknown color: approx Brilliant Rose. HEX triplet: E5, 4F and 9E. RGB value is (229,79,158). Sum of RGB (Red+Green+Blue) = 229+79+158=466 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.14% from 466); Green value is 79 (31.25% from 255 or 16.95% from 466); Blue value is 158 (62.11% from 255 or 33.91% from 466); Max value from RGB is 229 - color contains mainly: red. Hex color #E54F9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E54F9E is #1AB061. Grayscale: #848484. Windows color (decimal): -1749090 or 10375141. OLE color: 10375141.

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

Color convert

RGB22979158-
CMYK00.660.310.10
HSL328.4º74.26%60.39%-
HSV(B)328.4º65.5%89.8%-
XYZ41.2824.7234.94-
YUV132.86142.2196.58-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 49.14%
GREEN value IS 79 (31.25% from 255) = 16.95%
BLUE value IS 158 (62.11% from 255) = 33.91%
R=49.14%
G=16.95%
B=33.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.31
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2297915800.660.310.10328.474.2660.39
HexE54F9E0421FA1484a3c
Octal3451172360102371251011274
Binary11100101100111110011110010000101111110101010010001001010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E54F9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E54F9E; }

 p { color: rgb(229,79,158); }

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

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

 a { background-color: rgb(229,79,158); }

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

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

 span { border-color: rgb(229,79,158); }

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