Html Css Color HEX #E54A9A French Rose

📋 copy color: '#E54A9A'

red 229 ◦ green 74 ◦ blue 154

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

Shades of French Rose #E54A9A

Tints of French Rose #E54A9A

RGB

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

 GREEN value IS 74 (29.3% from 255) = 16.19%

 BLUE value IS 154 (60.55% from 255) = 33.7%

R = 50.11%
G = 16.19%
B = 33.7%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.33

 K value IS 0.10

RGB Variations

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

Color information

#E54A9A (or 0xE54A9A) is known color: French Rose. HEX triplet: E5, 4A and 9A. RGB value is (229,74,154). Sum of RGB (Red+Green+Blue) = 229+74+154=457 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50.11% from 457); Green value is 74 (29.30% from 255 or 16.19% from 457); Blue value is 154 (60.55% from 255 or 33.70% from 457); Max value from RGB is 229 - color contains mainly: red. Hex color #E54A9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E54A9A is #1AB565. Grayscale: #818181. Windows color (decimal): -1750374 or 10111717. OLE color: 10111717.

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

Color convert

RGB 229 74 154 -
CMYK 0 0.68 0.33 0.10
HSL 329.03º 0.75% 0.59% -
HSV(B) 329.03º 0.68% 0.9% -
XYZ 40.59 23.89 33.04 -
YUV 129.47 141.85 199 -
System Red Green Blue C M Y K H S L
Decimal 229 74 154 0 0.68 0.33 0.10 329.03 0.75 0.59
Hex E5 4A 9A 0 44 21 A 149 4B 3B
Octal 345 112 232 0 104 41 12 511 113 73
Binary 11100101 1001010 10011010 0 1000100 100001 1010 101001001 1001011 111011

Color Harmonies of #E54A9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E54A9A

Black with #E54A9A

Text Example


Text Example

White with #E54A9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E54A9A; }

 p { color: rgb(229,74,154); }

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

background-color css

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

 a { background-color: rgb(229,74,154); }

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

border-color css

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

 span { border-color: rgb(229,74,154); }

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