Html Css Color HEX #E54D91 French Rose

📋 copy color: '#E54D91'

red 229 ◦ green 77 ◦ blue 145

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

Shades of French Rose #E54D91

Tints of French Rose #E54D91

RGB

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

 GREEN value IS 77 (30.47% from 255) = 17.07%

 BLUE value IS 145 (57.03% from 255) = 32.15%

R = 50.78%
G = 17.07%
B = 32.15%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.37

 K value IS 0.10

RGB Variations

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

Color information

#E54D91 (or 0xE54D91) is known color: French Rose. HEX triplet: E5, 4D and 91. RGB value is (229,77,145). Sum of RGB (Red+Green+Blue) = 229+77+145=451 (59% of max value = 765). Red value is 229 (89.84% from 255 or 50.78% from 451); Green value is 77 (30.47% from 255 or 17.07% from 451); Blue value is 145 (57.03% from 255 or 32.15% from 451); Max value from RGB is 229 - color contains mainly: red. Hex color #E54D91 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E54D91 is #1AB26E. Grayscale: #828282. Windows color (decimal): -1749615 or 9522661. OLE color: 9522661.

HSL color Cylindrical-coordinate representation of color #E54D91: hue angle of 333.16º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E54D91 is Cyan = 0, Magento = 0.66, Yellow = 0.37 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 77 145 -
CMYK 0 0.66 0.37 0.10
HSL 333.16º 0.75% 0.6% -
HSV(B) 333.16º 0.66% 0.9% -
XYZ 40.08 24.01 29.31 -
YUV 130.2 136.36 198.47 -
System Red Green Blue C M Y K H S L
Decimal 229 77 145 0 0.66 0.37 0.10 333.16 0.75 0.6
Hex E5 4D 91 0 42 25 A 14D 4B 3C
Octal 345 115 221 0 102 45 12 515 113 74
Binary 11100101 1001101 10010001 0 1000010 100101 1010 101001101 1001011 111100

Color Harmonies of #E54D91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E54D91

Black with #E54D91

Text Example


Text Example

White with #E54D91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E54D91; }

 p { color: rgb(229,77,145); }

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

background-color css

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

 a { background-color: rgb(229,77,145); }

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

border-color css

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

 span { border-color: rgb(229,77,145); }

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