Html Css Color HEX #E54A99 French Rose

📋 copy color: '#E54A99'

red 229 ◦ green 74 ◦ blue 153

#E54A99
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of French Rose #E54A99

Tints of French Rose #E54A99

RGB

 RED value IS 229 (89.84% from 255) = 50.22%

 GREEN value IS 74 (29.3% from 255) = 16.23%

 BLUE value IS 153 (60.16% from 255) = 33.55%

R = 50.22%
G = 16.23%
B = 33.55%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.33

 K value IS 0.10

RGB Variations

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

Color information

#E54A99 (or 0xE54A99) is known color: French Rose. HEX triplet: E5, 4A and 99. RGB value is (229,74,153). Sum of RGB (Red+Green+Blue) = 229+74+153=456 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50.22% from 456); Green value is 74 (29.30% from 255 or 16.23% from 456); Blue value is 153 (60.16% from 255 or 33.55% from 456); Max value from RGB is 229 - color contains mainly: red. Hex color #E54A99 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E54A99 is #1AB566. Grayscale: #818181. Windows color (decimal): -1750375 or 10046181. OLE color: 10046181.

HSL color Cylindrical-coordinate representation of color #E54A99: hue angle of 329.42º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E54A99 is Cyan = 0, Magento = 0.68, Yellow = 0.33 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 74 153 -
CMYK 0 0.68 0.33 0.10
HSL 329.42º 0.75% 0.59% -
HSV(B) 329.42º 0.68% 0.9% -
XYZ 40.51 23.86 32.61 -
YUV 129.35 141.35 199.08 -
System Red Green Blue C M Y K H S L
Decimal 229 74 153 0 0.68 0.33 0.10 329.42 0.75 0.59
Hex E5 4A 99 0 44 21 A 149 4B 3B
Octal 345 112 231 0 104 41 12 511 113 73
Binary 11100101 1001010 10011001 0 1000100 100001 1010 101001001 1001011 111011

Color Harmonies of #E54A99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E54A99

Black with #E54A99

Text Example


Text Example

White with #E54A99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E54A99; }

 p { color: rgb(229,74,153); }

 H1.HeaderClassName
 {
   color: #E54A99;
 }
 .AnyTagClassName
 {
   color: #E54A99;
 }
</style>

background-color css

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

 a { background-color: rgb(229,74,153); }

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

border-color css

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

 span { border-color: rgb(229,74,153); }

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