Html Css Color HEX #E54991 French Rose

📋 copy color: '#E54991'

red 229 ◦ green 73 ◦ blue 145

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

Shades of French Rose #E54991

Tints of French Rose #E54991

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 32.44%

R = 51.23%
G = 16.33%
B = 32.44%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.37

 K value IS 0.10

RGB Variations

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

Color information

#E54991 (or 0xE54991) is known color: French Rose. HEX triplet: E5, 49 and 91. RGB value is (229,73,145). Sum of RGB (Red+Green+Blue) = 229+73+145=447 (59% of max value = 765). Red value is 229 (89.84% from 255 or 51.23% from 447); Green value is 73 (28.91% from 255 or 16.33% from 447); Blue value is 145 (57.03% from 255 or 32.44% from 447); Max value from RGB is 229 - color contains mainly: red. Hex color #E54991 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E54991 is #1AB66E. Grayscale: #7F7F7F. Windows color (decimal): -1750639 or 9521637. OLE color: 9521637.

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

Color convert

RGB 229 73 145 -
CMYK 0 0.68 0.37 0.10
HSL 332.31º 0.75% 0.59% -
HSV(B) 332.31º 0.68% 0.9% -
XYZ 39.81 23.47 29.22 -
YUV 127.85 137.68 200.15 -
System Red Green Blue C M Y K H S L
Decimal 229 73 145 0 0.68 0.37 0.10 332.31 0.75 0.59
Hex E5 49 91 0 44 25 A 14C 4B 3B
Octal 345 111 221 0 104 45 12 514 113 73
Binary 11100101 1001001 10010001 0 1000100 100101 1010 101001100 1001011 111011

Color Harmonies of #E54991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E54991

Black with #E54991

Text Example


Text Example

White with #E54991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E54991; }

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

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

background-color css

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

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

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

border-color css

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

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

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