Html Css Color HEX #E54E91 French Rose

📋 copy color: '#E54E91'

red 229 ◦ green 78 ◦ blue 145

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

Shades of French Rose #E54E91

Tints of French Rose #E54E91

RGB

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

 GREEN value IS 78 (30.86% from 255) = 17.26%

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

R = 50.66%
G = 17.26%
B = 32.08%

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

#E54E91 (or 0xE54E91) is known color: French Rose. HEX triplet: E5, 4E and 91. RGB value is (229,78,145). Sum of RGB (Red+Green+Blue) = 229+78+145=452 (59% of max value = 765). Red value is 229 (89.84% from 255 or 50.66% from 452); Green value is 78 (30.86% from 255 or 17.26% from 452); Blue value is 145 (57.03% from 255 or 32.08% from 452); Max value from RGB is 229 - color contains mainly: red. Hex color #E54E91 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E54E91 is #1AB16E. Grayscale: #828282. Windows color (decimal): -1749359 or 9522917. OLE color: 9522917.

HSL color Cylindrical-coordinate representation of color #E54E91: hue angle of 333.38º degrees, saturation: 0.74, 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 #E54E91 is Cyan = 0, Magento = 0.66, Yellow = 0.37 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 78 145 -
CMYK 0 0.66 0.37 0.10
HSL 333.38º 0.74% 0.6% -
HSV(B) 333.38º 0.66% 0.9% -
XYZ 40.15 24.15 29.33 -
YUV 130.79 136.03 198.05 -
System Red Green Blue C M Y K H S L
Decimal 229 78 145 0 0.66 0.37 0.10 333.38 0.74 0.6
Hex E5 4E 91 0 42 25 A 14D 4A 3C
Octal 345 116 221 0 102 45 12 515 112 74
Binary 11100101 1001110 10010001 0 1000010 100101 1010 101001101 1001010 111100

Color Harmonies of #E54E91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E54E91

Black with #E54E91

Text Example


Text Example

White with #E54E91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E54E91; }

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

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

background-color css

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

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

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

border-color css

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

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

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