Html Css Color HEX #E54994 French Rose

📋 copy color: '#E54994'

red 229 ◦ green 73 ◦ blue 148

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

Shades of French Rose #E54994

Tints of French Rose #E54994

RGB

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

 GREEN value IS 73 (28.91% from 255) = 16.22%

 BLUE value IS 148 (58.2% from 255) = 32.89%

R = 50.89%
G = 16.22%
B = 32.89%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.35

 K value IS 0.10

RGB Variations

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

Color information

#E54994 (or 0xE54994) is known color: French Rose. HEX triplet: E5, 49 and 94. RGB value is (229,73,148). Sum of RGB (Red+Green+Blue) = 229+73+148=450 (59% of max value = 765). Red value is 229 (89.84% from 255 or 50.89% from 450); Green value is 73 (28.91% from 255 or 16.22% from 450); Blue value is 148 (58.20% from 255 or 32.89% from 450); Max value from RGB is 229 - color contains mainly: red. Hex color #E54994 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E54994 is #1AB66B. Grayscale: #808080. Windows color (decimal): -1750636 or 9718245. OLE color: 9718245.

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

Color convert

RGB 229 73 148 -
CMYK 0 0.68 0.35 0.10
HSL 331.15º 0.75% 0.59% -
HSV(B) 331.15º 0.68% 0.9% -
XYZ 40.04 23.56 30.45 -
YUV 128.19 139.18 199.9 -
System Red Green Blue C M Y K H S L
Decimal 229 73 148 0 0.68 0.35 0.10 331.15 0.75 0.59
Hex E5 49 94 0 44 23 A 14B 4B 3B
Octal 345 111 224 0 104 43 12 513 113 73
Binary 11100101 1001001 10010100 0 1000100 100011 1010 101001011 1001011 111011

Color Harmonies of #E54994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E54994

Black with #E54994

Text Example


Text Example

White with #E54994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E54994; }

 p { color: rgb(229,73,148); }

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

background-color css

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

 a { background-color: rgb(229,73,148); }

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

border-color css

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

 span { border-color: rgb(229,73,148); }

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