Html Css Color HEX #E54D95 French Rose

📋 copy color: '#E54D95'

red 229 ◦ green 77 ◦ blue 149

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

Shades of French Rose #E54D95

Tints of French Rose #E54D95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 32.75%

R = 50.33%
G = 16.92%
B = 32.75%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.35

 K value IS 0.10

RGB Variations

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

Color information

#E54D95 (or 0xE54D95) is known color: French Rose. HEX triplet: E5, 4D and 95. RGB value is (229,77,149). Sum of RGB (Red+Green+Blue) = 229+77+149=455 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50.33% from 455); Green value is 77 (30.47% from 255 or 16.92% from 455); Blue value is 149 (58.59% from 255 or 32.75% from 455); Max value from RGB is 229 - color contains mainly: red. Hex color #E54D95 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E54D95 is #1AB26A. Grayscale: #828282. Windows color (decimal): -1749611 or 9784805. OLE color: 9784805.

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

Color convert

RGB 229 77 149 -
CMYK 0 0.66 0.35 0.10
HSL 331.58º 0.75% 0.6% -
HSV(B) 331.58º 0.66% 0.9% -
XYZ 40.39 24.14 30.96 -
YUV 130.66 138.36 198.15 -
System Red Green Blue C M Y K H S L
Decimal 229 77 149 0 0.66 0.35 0.10 331.58 0.75 0.6
Hex E5 4D 95 0 42 23 A 14C 4B 3C
Octal 345 115 225 0 102 43 12 514 113 74
Binary 11100101 1001101 10010101 0 1000010 100011 1010 101001100 1001011 111100

Color Harmonies of #E54D95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E54D95

Black with #E54D95

Text Example


Text Example

White with #E54D95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E54D95; }

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

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

background-color css

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

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

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

border-color css

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

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

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