Html Css Color HEX #E54F99 French Rose

📋 copy color: '#E54F99'

red 229 ◦ green 79 ◦ blue 153

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

Shades of French Rose #E54F99

Tints of French Rose #E54F99

RGB

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

 GREEN value IS 79 (31.25% from 255) = 17.14%

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

R = 49.67%
G = 17.14%
B = 33.19%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.33

 K value IS 0.10

RGB Variations

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

Color information

#E54F99 (or 0xE54F99) is known color: French Rose. HEX triplet: E5, 4F and 99. RGB value is (229,79,153). Sum of RGB (Red+Green+Blue) = 229+79+153=461 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.67% from 461); Green value is 79 (31.25% from 255 or 17.14% from 461); Blue value is 153 (60.16% from 255 or 33.19% from 461); Max value from RGB is 229 - color contains mainly: red. Hex color #E54F99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E54F99 is #1AB066. Grayscale: #848484. Windows color (decimal): -1749095 or 10047461. OLE color: 10047461.

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

Color convert

RGB 229 79 153 -
CMYK 0 0.66 0.33 0.10
HSL 330.4º 0.74% 0.6% -
HSV(B) 330.4º 0.66% 0.9% -
XYZ 40.86 24.55 32.72 -
YUV 132.29 139.7 196.98 -
System Red Green Blue C M Y K H S L
Decimal 229 79 153 0 0.66 0.33 0.10 330.4 0.74 0.6
Hex E5 4F 99 0 42 21 A 14A 4A 3C
Octal 345 117 231 0 102 41 12 512 112 74
Binary 11100101 1001111 10011001 0 1000010 100001 1010 101001010 1001010 111100

Color Harmonies of #E54F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E54F99

Black with #E54F99

Text Example


Text Example

White with #E54F99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E54F99; }

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

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

background-color css

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

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

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

border-color css

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

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

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