Html Css Color HEX #E54D97 French Rose

📋 copy color: '#E54D97'

red 229 ◦ green 77 ◦ blue 151

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

Shades of French Rose #E54D97

Tints of French Rose #E54D97

RGB

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

 GREEN value IS 77 (30.47% from 255) = 16.85%

 BLUE value IS 151 (59.38% from 255) = 33.04%

R = 50.11%
G = 16.85%
B = 33.04%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.34

 K value IS 0.10

RGB Variations

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

Color information

#E54D97 (or 0xE54D97) is known color: French Rose. HEX triplet: E5, 4D and 97. RGB value is (229,77,151). Sum of RGB (Red+Green+Blue) = 229+77+151=457 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50.11% from 457); Green value is 77 (30.47% from 255 or 16.85% from 457); Blue value is 151 (59.38% from 255 or 33.04% from 457); Max value from RGB is 229 - color contains mainly: red. Hex color #E54D97 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E54D97 is #1AB268. Grayscale: #828282. Windows color (decimal): -1749609 or 9915877. OLE color: 9915877.

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

Color convert

RGB 229 77 151 -
CMYK 0 0.66 0.34 0.10
HSL 330.79º 0.75% 0.6% -
HSV(B) 330.79º 0.66% 0.9% -
XYZ 40.55 24.2 31.81 -
YUV 130.88 139.36 197.98 -
System Red Green Blue C M Y K H S L
Decimal 229 77 151 0 0.66 0.34 0.10 330.79 0.75 0.6
Hex E5 4D 97 0 42 22 A 14B 4B 3C
Octal 345 115 227 0 102 42 12 513 113 74
Binary 11100101 1001101 10010111 0 1000010 100010 1010 101001011 1001011 111100

Color Harmonies of #E54D97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E54D97

Black with #E54D97

Text Example


Text Example

White with #E54D97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E54D97; }

 p { color: rgb(229,77,151); }

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

background-color css

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

 a { background-color: rgb(229,77,151); }

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

border-color css

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

 span { border-color: rgb(229,77,151); }

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