Html Css Color HEX #E54895 French Rose

📋 copy color: '#E54895'

red 229 ◦ green 72 ◦ blue 149

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

Shades of French Rose #E54895

Tints of French Rose #E54895

RGB

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

 GREEN value IS 72 (28.52% from 255) = 16%

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

R = 50.89%
G = 16%
B = 33.11%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.35

 K value IS 0.10

RGB Variations

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

Color information

#E54895 (or 0xE54895) is known color: French Rose. HEX triplet: E5, 48 and 95. RGB value is (229,72,149). Sum of RGB (Red+Green+Blue) = 229+72+149=450 (59% of max value = 765). Red value is 229 (89.84% from 255 or 50.89% from 450); Green value is 72 (28.52% from 255 or 16% from 450); Blue value is 149 (58.59% from 255 or 33.11% from 450); Max value from RGB is 229 - color contains mainly: red. Hex color #E54895 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E54895 is #1AB76A. Grayscale: #7F7F7F. Windows color (decimal): -1750891 or 9783525. OLE color: 9783525.

HSL color Cylindrical-coordinate representation of color #E54895: hue angle of 330.57º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E54895 is Cyan = 0, Magento = 0.69, Yellow = 0.35 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 72 149 -
CMYK 0 0.69 0.35 0.10
HSL 330.57º 0.75% 0.59% -
HSV(B) 330.57º 0.69% 0.9% -
XYZ 40.06 23.46 30.85 -
YUV 127.72 140.01 200.24 -
System Red Green Blue C M Y K H S L
Decimal 229 72 149 0 0.69 0.35 0.10 330.57 0.75 0.59
Hex E5 48 95 0 45 23 A 14B 4B 3B
Octal 345 110 225 0 105 43 12 513 113 73
Binary 11100101 1001000 10010101 0 1000101 100011 1010 101001011 1001011 111011

Color Harmonies of #E54895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E54895

Black with #E54895

Text Example


Text Example

White with #E54895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E54895; }

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

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

background-color css

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

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

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

border-color css

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

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

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