Html Css Color HEX #E54896 French Rose

📋 copy color: '#E54896'

red 229 ◦ green 72 ◦ blue 150

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

Shades of French Rose #E54896

Tints of French Rose #E54896

RGB

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

 GREEN value IS 72 (28.52% from 255) = 15.96%

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

R = 50.78%
G = 15.96%
B = 33.26%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.34

 K value IS 0.10

RGB Variations

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

Color information

#E54896 (or 0xE54896) is known color: French Rose. HEX triplet: E5, 48 and 96. RGB value is (229,72,150). Sum of RGB (Red+Green+Blue) = 229+72+150=451 (59% of max value = 765). Red value is 229 (89.84% from 255 or 50.78% from 451); Green value is 72 (28.52% from 255 or 15.96% from 451); Blue value is 150 (58.98% from 255 or 33.26% from 451); Max value from RGB is 229 - color contains mainly: red. Hex color #E54896 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E54896 is #1AB769. Grayscale: #7F7F7F. Windows color (decimal): -1750890 or 9849061. OLE color: 9849061.

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

Color convert

RGB 229 72 150 -
CMYK 0 0.69 0.34 0.10
HSL 330.19º 0.75% 0.59% -
HSV(B) 330.19º 0.69% 0.9% -
XYZ 40.14 23.49 31.27 -
YUV 127.84 140.51 200.16 -
System Red Green Blue C M Y K H S L
Decimal 229 72 150 0 0.69 0.34 0.10 330.19 0.75 0.59
Hex E5 48 96 0 45 22 A 14A 4B 3B
Octal 345 110 226 0 105 42 12 512 113 73
Binary 11100101 1001000 10010110 0 1000101 100010 1010 101001010 1001011 111011

Color Harmonies of #E54896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E54896

Black with #E54896

Text Example


Text Example

White with #E54896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E54896; }

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

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

background-color css

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

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

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

border-color css

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

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

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