#E54B9C

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

Shades of French Rose #E54B9C

Tints of French Rose #E54B9C

Color information

#E54B9C (or 0xE54B9C) is unknown color: approx French Rose. HEX triplet: E5, 4B and 9C. RGB value is (229,75,156). Sum of RGB (Red+Green+Blue) = 229+75+156=460 (60% of max value = 765). Red value is 229 (89.84% from 255 or 49.78% from 460); Green value is 75 (29.69% from 255 or 16.30% from 460); Blue value is 156 (61.33% from 255 or 33.91% from 460); Max value from RGB is 229 - color contains mainly: red. Hex color #E54B9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E54B9C is #1AB463. Grayscale: #828282. Windows color (decimal): -1750116 or 10243045. OLE color: 10243045.

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

Color convert

RGB22975156-
CMYK00.670.320.10
HSL328.44º74.76%59.61%-
HSV(B)328.44º67.25%89.8%-
XYZ40.8324.0933.95-
YUV130.28142.52198.41-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 49.78%
GREEN value IS 75 (29.69% from 255) = 16.30%
BLUE value IS 156 (61.33% from 255) = 33.91%
R=49.78%
G=16.30%
B=33.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.32
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2297515600.670.320.10328.4474.7659.61
HexE54B9C04320A1484b3c
Octal3451132340103401251011374
Binary111001011001011100111000100001110000010101010010001001011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E54B9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E54B9C; }

 p { color: rgb(229,75,156); }

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

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

 a { background-color: rgb(229,75,156); }

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

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

 span { border-color: rgb(229,75,156); }

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