#E54C98

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

Shades of French Rose #E54C98

Tints of French Rose #E54C98

Color information

#E54C98 (or 0xE54C98) is unknown color: approx French Rose. HEX triplet: E5, 4C and 98. RGB value is (229,76,152). Sum of RGB (Red+Green+Blue) = 229+76+152=457 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50.11% from 457); Green value is 76 (30.08% from 255 or 16.63% from 457); Blue value is 152 (59.77% from 255 or 33.26% from 457); Max value from RGB is 229 - color contains mainly: red. Hex color #E54C98 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E54C98 is #1AB367. Grayscale: #828282. Windows color (decimal): -1749864 or 9981157. OLE color: 9981157.

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

Color convert

RGB22976152-
CMYK00.670.340.10
HSL330.2º74.63%59.8%-
HSV(B)330.2º66.81%89.8%-
XYZ40.5724.0932.22-
YUV130.41140.19198.32-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 50.11%
GREEN value IS 76 (30.08% from 255) = 16.63%
BLUE value IS 152 (59.77% from 255) = 33.26%
R=50.11%
G=16.63%
B=33.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.34
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2297615200.670.340.10330.274.6359.8
HexE54C9804322A14a4b3c
Octal3451142300103421251211374
Binary111001011001100100110000100001110001010101010010101001011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E54C98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E54C98; }

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

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

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

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

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

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

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

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