Html Css Color HEX #E54A9C French Rose

📋 copy color: '#E54A9C'

red 229 ◦ green 74 ◦ blue 156

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

Shades of French Rose #E54A9C

Tints of French Rose #E54A9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 33.99%

R = 49.89%
G = 16.12%
B = 33.99%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.32

 K value IS 0.10

RGB Variations

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

Color information

#E54A9C (or 0xE54A9C) is known color: French Rose. HEX triplet: E5, 4A and 9C. RGB value is (229,74,156). Sum of RGB (Red+Green+Blue) = 229+74+156=459 (60% of max value = 765). Red value is 229 (89.84% from 255 or 49.89% from 459); Green value is 74 (29.30% from 255 or 16.12% from 459); Blue value is 156 (61.33% from 255 or 33.99% from 459); Max value from RGB is 229 - color contains mainly: red. Hex color #E54A9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E54A9C is #1AB563. Grayscale: #818181. Windows color (decimal): -1750372 or 10242789. OLE color: 10242789.

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

Color convert

RGB 229 74 156 -
CMYK 0 0.68 0.32 0.10
HSL 328.26º 0.75% 0.59% -
HSV(B) 328.26º 0.68% 0.9% -
XYZ 40.76 23.96 33.93 -
YUV 129.69 142.85 198.83 -
System Red Green Blue C M Y K H S L
Decimal 229 74 156 0 0.68 0.32 0.10 328.26 0.75 0.59
Hex E5 4A 9C 0 44 20 A 148 4B 3B
Octal 345 112 234 0 104 40 12 510 113 73
Binary 11100101 1001010 10011100 0 1000100 100000 1010 101001000 1001011 111011

Color Harmonies of #E54A9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E54A9C

Black with #E54A9C

Text Example


Text Example

White with #E54A9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E54A9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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