Html Css Color HEX #E54892 French Rose

📋 copy color: '#E54892'

red 229 ◦ green 72 ◦ blue 146

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

Shades of French Rose #E54892

Tints of French Rose #E54892

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 32.66%

R = 51.23%
G = 16.11%
B = 32.66%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.36

 K value IS 0.10

RGB Variations

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

Color information

#E54892 (or 0xE54892) is known color: French Rose. HEX triplet: E5, 48 and 92. RGB value is (229,72,146). Sum of RGB (Red+Green+Blue) = 229+72+146=447 (59% of max value = 765). Red value is 229 (89.84% from 255 or 51.23% from 447); Green value is 72 (28.52% from 255 or 16.11% from 447); Blue value is 146 (57.42% from 255 or 32.66% from 447); Max value from RGB is 229 - color contains mainly: red. Hex color #E54892 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E54892 is #1AB76D. Grayscale: #7F7F7F. Windows color (decimal): -1750894 or 9586917. OLE color: 9586917.

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

Color convert

RGB 229 72 146 -
CMYK 0 0.69 0.36 0.10
HSL 331.72º 0.75% 0.59% -
HSV(B) 331.72º 0.69% 0.9% -
XYZ 39.82 23.37 29.61 -
YUV 127.38 138.51 200.48 -
System Red Green Blue C M Y K H S L
Decimal 229 72 146 0 0.69 0.36 0.10 331.72 0.75 0.59
Hex E5 48 92 0 45 24 A 14C 4B 3B
Octal 345 110 222 0 105 44 12 514 113 73
Binary 11100101 1001000 10010010 0 1000101 100100 1010 101001100 1001011 111011

Color Harmonies of #E54892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E54892

Black with #E54892

Text Example


Text Example

White with #E54892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E54892; }

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

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

background-color css

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

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

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

border-color css

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

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

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