Html Css Color HEX #E54589 French Rose

📋 copy color: '#E54589'

red 229 ◦ green 69 ◦ blue 137

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

Shades of French Rose #E54589

Tints of French Rose #E54589

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 31.49%

R = 52.64%
G = 15.86%
B = 31.49%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.40

 K value IS 0.10

RGB Variations

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

Color information

#E54589 (or 0xE54589) is known color: French Rose. HEX triplet: E5, 45 and 89. RGB value is (229,69,137). Sum of RGB (Red+Green+Blue) = 229+69+137=435 (57% of max value = 765). Red value is 229 (89.84% from 255 or 52.64% from 435); Green value is 69 (27.34% from 255 or 15.86% from 435); Blue value is 137 (53.91% from 255 or 31.49% from 435); Max value from RGB is 229 - color contains mainly: red. Hex color #E54589 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E54589 is #1ABA76. Grayscale: #7C7C7C. Windows color (decimal): -1751671 or 8996325. OLE color: 8996325.

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

Color convert

RGB 229 69 137 -
CMYK 0 0.70 0.40 0.10
HSL 334.5º 0.75% 0.58% -
HSV(B) 334.5º 0.7% 0.9% -
XYZ 38.96 22.72 26 -
YUV 124.59 135.01 202.47 -
System Red Green Blue C M Y K H S L
Decimal 229 69 137 0 0.70 0.40 0.10 334.5 0.75 0.58
Hex E5 45 89 0 46 28 A 14E 4B 3A
Octal 345 105 211 0 106 50 12 516 113 72
Binary 11100101 1000101 10001001 0 1000110 101000 1010 101001110 1001011 111010

Color Harmonies of #E54589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E54589

Black with #E54589

Text Example


Text Example

White with #E54589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E54589; }

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

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

background-color css

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

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

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

border-color css

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

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

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