#E54C8E

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

Shades of French Rose #E54C8E

Tints of French Rose #E54C8E

Color information

#E54C8E (or 0xE54C8E) is unknown color: approx French Rose. HEX triplet: E5, 4C and 8E. RGB value is (229,76,142). Sum of RGB (Red+Green+Blue) = 229+76+142=447 (59% of max value = 765). Red value is 229 (89.84% from 255 or 51.23% from 447); Green value is 76 (30.08% from 255 or 17.00% from 447); Blue value is 142 (55.86% from 255 or 31.77% from 447); Max value from RGB is 229 - color contains mainly: red. Hex color #E54C8E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E54C8E is #1AB371. Grayscale: #818181. Windows color (decimal): -1749874 or 9325797. OLE color: 9325797.

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

Color convert

RGB22976142-
CMYK00.670.380.10
HSL334.12º74.63%59.8%-
HSV(B)334.12º66.81%89.8%-
XYZ39.7823.7828.08-
YUV129.27135.19199.13-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 51.23%
GREEN value IS 76 (30.08% from 255) = 17.00%
BLUE value IS 142 (55.86% from 255) = 31.77%
R=51.23%
G=17.00%
B=31.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.38
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2297614200.670.380.10334.1274.6359.8
HexE54C8E04326A14e4b3c
Octal3451142160103461251611374
Binary111001011001100100011100100001110011010101010011101001011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E54C8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E54C8E; }

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

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

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

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

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

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

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

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