Html Css Color HEX #E54586 French Rose

📋 copy color: '#E54586'

red 229 ◦ green 69 ◦ blue 134

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

Shades of French Rose #E54586

Tints of French Rose #E54586

RGB

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

 GREEN value IS 69 (27.34% from 255) = 15.97%

 BLUE value IS 134 (52.73% from 255) = 31.02%

R = 53.01%
G = 15.97%
B = 31.02%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.41

 K value IS 0.10

RGB Variations

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

Color information

#E54586 (or 0xE54586) is known color: French Rose. HEX triplet: E5, 45 and 86. RGB value is (229,69,134). Sum of RGB (Red+Green+Blue) = 229+69+134=432 (57% of max value = 765). Red value is 229 (89.84% from 255 or 53.01% from 432); Green value is 69 (27.34% from 255 or 15.97% from 432); Blue value is 134 (52.73% from 255 or 31.02% from 432); Max value from RGB is 229 - color contains mainly: red. Hex color #E54586 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E54586 is #1ABA79. Grayscale: #7C7C7C. Windows color (decimal): -1751674 or 8799717. OLE color: 8799717.

HSL color Cylindrical-coordinate representation of color #E54586: hue angle of 335.62º degrees, saturation: 0.75, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E54586 is Cyan = 0, Magento = 0.70, Yellow = 0.41 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 69 134 -
CMYK 0 0.70 0.41 0.10
HSL 335.63º 0.75% 0.58% -
HSV(B) 335.63º 0.7% 0.9% -
XYZ 38.74 22.64 24.88 -
YUV 124.25 133.51 202.71 -
System Red Green Blue C M Y K H S L
Decimal 229 69 134 0 0.70 0.41 0.10 335.63 0.75 0.58
Hex E5 45 86 0 46 29 A 150 4B 3A
Octal 345 105 206 0 106 51 12 520 113 72
Binary 11100101 1000101 10000110 0 1000110 101001 1010 101010000 1001011 111010

Color Harmonies of #E54586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E54586

Black with #E54586

Text Example


Text Example

White with #E54586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E54586; }

 p { color: rgb(229,69,134); }

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

background-color css

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

 a { background-color: rgb(229,69,134); }

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

border-color css

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

 span { border-color: rgb(229,69,134); }

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