Html Css Color HEX #E54998 French Rose

📋 copy color: '#E54998'

red 229 ◦ green 73 ◦ blue 152

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

Shades of French Rose #E54998

Tints of French Rose #E54998

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 33.48%

R = 50.44%
G = 16.08%
B = 33.48%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.34

 K value IS 0.10

RGB Variations

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

Color information

#E54998 (or 0xE54998) is known color: French Rose. HEX triplet: E5, 49 and 98. RGB value is (229,73,152). Sum of RGB (Red+Green+Blue) = 229+73+152=454 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50.44% from 454); Green value is 73 (28.91% from 255 or 16.08% from 454); Blue value is 152 (59.77% from 255 or 33.48% from 454); Max value from RGB is 229 - color contains mainly: red. Hex color #E54998 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E54998 is #1AB667. Grayscale: #808080. Windows color (decimal): -1750632 or 9980389. OLE color: 9980389.

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

Color convert

RGB 229 73 152 -
CMYK 0 0.68 0.34 0.10
HSL 329.62º 0.75% 0.59% -
HSV(B) 329.62º 0.68% 0.9% -
XYZ 40.36 23.69 32.15 -
YUV 128.65 141.18 199.58 -
System Red Green Blue C M Y K H S L
Decimal 229 73 152 0 0.68 0.34 0.10 329.62 0.75 0.59
Hex E5 49 98 0 44 22 A 14A 4B 3B
Octal 345 111 230 0 104 42 12 512 113 73
Binary 11100101 1001001 10011000 0 1000100 100010 1010 101001010 1001011 111011

Color Harmonies of #E54998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E54998

Black with #E54998

Text Example


Text Example

White with #E54998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E54998; }

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

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

background-color css

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

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

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

border-color css

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

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

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