Html Css Color HEX #E54A96 French Rose

📋 copy color: '#E54A96'

red 229 ◦ green 74 ◦ blue 150

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

Shades of French Rose #E54A96

Tints of French Rose #E54A96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 33.11%

R = 50.55%
G = 16.34%
B = 33.11%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.34

 K value IS 0.10

RGB Variations

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

Color information

#E54A96 (or 0xE54A96) is known color: French Rose. HEX triplet: E5, 4A and 96. RGB value is (229,74,150). Sum of RGB (Red+Green+Blue) = 229+74+150=453 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50.55% from 453); Green value is 74 (29.30% from 255 or 16.34% from 453); Blue value is 150 (58.98% from 255 or 33.11% from 453); Max value from RGB is 229 - color contains mainly: red. Hex color #E54A96 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E54A96 is #1AB569. Grayscale: #808080. Windows color (decimal): -1750378 or 9849573. OLE color: 9849573.

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

Color convert

RGB 229 74 150 -
CMYK 0 0.68 0.34 0.10
HSL 330.58º 0.75% 0.59% -
HSV(B) 330.58º 0.68% 0.9% -
XYZ 40.27 23.76 31.32 -
YUV 129.01 139.85 199.32 -
System Red Green Blue C M Y K H S L
Decimal 229 74 150 0 0.68 0.34 0.10 330.58 0.75 0.59
Hex E5 4A 96 0 44 22 A 14B 4B 3B
Octal 345 112 226 0 104 42 12 513 113 73
Binary 11100101 1001010 10010110 0 1000100 100010 1010 101001011 1001011 111011

Color Harmonies of #E54A96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E54A96

Black with #E54A96

Text Example


Text Example

White with #E54A96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E54A96; }

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

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

background-color css

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

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

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

border-color css

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

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

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