Html Css Color HEX #E54795 French Rose

📋 copy color: '#E54795'

red 229 ◦ green 71 ◦ blue 149

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

Shades of French Rose #E54795

Tints of French Rose #E54795

RGB

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

 GREEN value IS 71 (28.13% from 255) = 15.81%

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

R = 51%
G = 15.81%
B = 33.18%

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

#E54795 (or 0xE54795) is known color: French Rose. HEX triplet: E5, 47 and 95. RGB value is (229,71,149). Sum of RGB (Red+Green+Blue) = 229+71+149=449 (59% of max value = 765). Red value is 229 (89.84% from 255 or 51.00% from 449); Green value is 71 (28.12% from 255 or 15.81% from 449); Blue value is 149 (58.59% from 255 or 33.18% from 449); Max value from RGB is 229 - color contains mainly: red. Hex color #E54795 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E54795 is #1AB86A. Grayscale: #7E7E7E. Windows color (decimal): -1751147 or 9783269. OLE color: 9783269.

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

Color convert

RGB 229 71 149 -
CMYK 0 0.69 0.35 0.10
HSL 330.38º 0.75% 0.59% -
HSV(B) 330.38º 0.69% 0.9% -
XYZ 39.99 23.33 30.83 -
YUV 127.13 140.35 200.66 -
System Red Green Blue C M Y K H S L
Decimal 229 71 149 0 0.69 0.35 0.10 330.38 0.75 0.59
Hex E5 47 95 0 45 23 A 14A 4B 3B
Octal 345 107 225 0 105 43 12 512 113 73
Binary 11100101 1000111 10010101 0 1000101 100011 1010 101001010 1001011 111011

Color Harmonies of #E54795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E54795

Black with #E54795

Text Example


Text Example

White with #E54795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E54795; }

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

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

background-color css

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

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

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

border-color css

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

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

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