Html Css Color HEX #E54995 French Rose

📋 copy color: '#E54995'

red 229 ◦ green 73 ◦ blue 149

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

Shades of French Rose #E54995

Tints of French Rose #E54995

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 33.04%

R = 50.78%
G = 16.19%
B = 33.04%

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

#E54995 (or 0xE54995) is known color: French Rose. HEX triplet: E5, 49 and 95. RGB value is (229,73,149). Sum of RGB (Red+Green+Blue) = 229+73+149=451 (59% of max value = 765). Red value is 229 (89.84% from 255 or 50.78% from 451); Green value is 73 (28.91% from 255 or 16.19% from 451); Blue value is 149 (58.59% from 255 or 33.04% from 451); Max value from RGB is 229 - color contains mainly: red. Hex color #E54995 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E54995 is #1AB66A. Grayscale: #808080. Windows color (decimal): -1750635 or 9783781. OLE color: 9783781.

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

Color convert

RGB 229 73 149 -
CMYK 0 0.68 0.35 0.10
HSL 330.77º 0.75% 0.59% -
HSV(B) 330.77º 0.68% 0.9% -
XYZ 40.12 23.59 30.87 -
YUV 128.31 139.68 199.82 -
System Red Green Blue C M Y K H S L
Decimal 229 73 149 0 0.68 0.35 0.10 330.77 0.75 0.59
Hex E5 49 95 0 44 23 A 14B 4B 3B
Octal 345 111 225 0 104 43 12 513 113 73
Binary 11100101 1001001 10010101 0 1000100 100011 1010 101001011 1001011 111011

Color Harmonies of #E54995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E54995

Black with #E54995

Text Example


Text Example

White with #E54995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E54995; }

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

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

background-color css

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

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

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

border-color css

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

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

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