Html Css Color HEX #E54792 French Rose

📋 copy color: '#E54792'

red 229 ◦ green 71 ◦ blue 146

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

Shades of French Rose #E54792

Tints of French Rose #E54792

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 32.74%

R = 51.35%
G = 15.92%
B = 32.74%

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

#E54792 (or 0xE54792) is known color: French Rose. HEX triplet: E5, 47 and 92. RGB value is (229,71,146). Sum of RGB (Red+Green+Blue) = 229+71+146=446 (59% of max value = 765). Red value is 229 (89.84% from 255 or 51.35% from 446); Green value is 71 (28.12% from 255 or 15.92% from 446); Blue value is 146 (57.42% from 255 or 32.74% from 446); Max value from RGB is 229 - color contains mainly: red. Hex color #E54792 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E54792 is #1AB86D. Grayscale: #7E7E7E. Windows color (decimal): -1751150 or 9586661. OLE color: 9586661.

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

Color convert

RGB 229 71 146 -
CMYK 0 0.69 0.36 0.10
HSL 331.52º 0.75% 0.59% -
HSV(B) 331.52º 0.69% 0.9% -
XYZ 39.75 23.24 29.58 -
YUV 126.79 138.85 200.9 -
System Red Green Blue C M Y K H S L
Decimal 229 71 146 0 0.69 0.36 0.10 331.52 0.75 0.59
Hex E5 47 92 0 45 24 A 14C 4B 3B
Octal 345 107 222 0 105 44 12 514 113 73
Binary 11100101 1000111 10010010 0 1000101 100100 1010 101001100 1001011 111011

Color Harmonies of #E54792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E54792

Black with #E54792

Text Example


Text Example

White with #E54792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E54792; }

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

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

background-color css

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

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

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

border-color css

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

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

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