Html Css Color HEX #E54893 French Rose

📋 copy color: '#E54893'

red 229 ◦ green 72 ◦ blue 147

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

Shades of French Rose #E54893

Tints of French Rose #E54893

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 32.81%

R = 51.12%
G = 16.07%
B = 32.81%

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

#E54893 (or 0xE54893) is known color: French Rose. HEX triplet: E5, 48 and 93. RGB value is (229,72,147). Sum of RGB (Red+Green+Blue) = 229+72+147=448 (59% of max value = 765). Red value is 229 (89.84% from 255 or 51.12% from 448); Green value is 72 (28.52% from 255 or 16.07% from 448); Blue value is 147 (57.81% from 255 or 32.81% from 448); Max value from RGB is 229 - color contains mainly: red. Hex color #E54893 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E54893 is #1AB76C. Grayscale: #7F7F7F. Windows color (decimal): -1750893 or 9652453. OLE color: 9652453.

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

Color convert

RGB 229 72 147 -
CMYK 0 0.69 0.36 0.10
HSL 331.34º 0.75% 0.59% -
HSV(B) 331.34º 0.69% 0.9% -
XYZ 39.9 23.4 30.02 -
YUV 127.49 139.01 200.4 -
System Red Green Blue C M Y K H S L
Decimal 229 72 147 0 0.69 0.36 0.10 331.34 0.75 0.59
Hex E5 48 93 0 45 24 A 14B 4B 3B
Octal 345 110 223 0 105 44 12 513 113 73
Binary 11100101 1001000 10010011 0 1000101 100100 1010 101001011 1001011 111011

Color Harmonies of #E54893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E54893

Black with #E54893

Text Example


Text Example

White with #E54893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E54893; }

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

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

background-color css

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

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

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

border-color css

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

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

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