Html Css Color HEX #E54793 French Rose

📋 copy color: '#E54793'

red 229 ◦ green 71 ◦ blue 147

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

Shades of French Rose #E54793

Tints of French Rose #E54793

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 32.89%

R = 51.23%
G = 15.88%
B = 32.89%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.36

 K value IS 0.10

RGB Variations

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

Color information

#E54793 (or 0xE54793) is known color: French Rose. HEX triplet: E5, 47 and 93. RGB value is (229,71,147). Sum of RGB (Red+Green+Blue) = 229+71+147=447 (59% of max value = 765). Red value is 229 (89.84% from 255 or 51.23% from 447); Green value is 71 (28.12% from 255 or 15.88% from 447); Blue value is 147 (57.81% from 255 or 32.89% from 447); Max value from RGB is 229 - color contains mainly: red. Hex color #E54793 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E54793 is #1AB86C. Grayscale: #7E7E7E. Windows color (decimal): -1751149 or 9652197. OLE color: 9652197.

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

Color convert

RGB 229 71 147 -
CMYK 0 0.69 0.36 0.10
HSL 331.14º 0.75% 0.59% -
HSV(B) 331.14º 0.69% 0.9% -
XYZ 39.83 23.27 30 -
YUV 126.91 139.35 200.82 -
System Red Green Blue C M Y K H S L
Decimal 229 71 147 0 0.69 0.36 0.10 331.14 0.75 0.59
Hex E5 47 93 0 45 24 A 14B 4B 3B
Octal 345 107 223 0 105 44 12 513 113 73
Binary 11100101 1000111 10010011 0 1000101 100100 1010 101001011 1001011 111011

Color Harmonies of #E54793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E54793

Black with #E54793

Text Example


Text Example

White with #E54793

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E54793; }

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

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

background-color css

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

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

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

border-color css

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

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

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