Html Css Color HEX #E549AD Brilliant Rose

📋 copy color: '#E549AD'

red 229 ◦ green 73 ◦ blue 173

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

Shades of Brilliant Rose #E549AD

Tints of Brilliant Rose #E549AD

RGB

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

 GREEN value IS 73 (28.91% from 255) = 15.37%

 BLUE value IS 173 (67.97% from 255) = 36.42%

R = 48.21%
G = 15.37%
B = 36.42%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.24

 K value IS 0.10

RGB Variations

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

Color information

#E549AD (or 0xE549AD) is known color: Brilliant Rose. HEX triplet: E5, 49 and AD. RGB value is (229,73,173). Sum of RGB (Red+Green+Blue) = 229+73+173=475 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.21% from 475); Green value is 73 (28.91% from 255 or 15.37% from 475); Blue value is 173 (67.97% from 255 or 36.42% from 475); Max value from RGB is 229 - color contains mainly: red. Hex color #E549AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E549AD is #1AB652. Grayscale: #828282. Windows color (decimal): -1750611 or 11356645. OLE color: 11356645.

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

Color convert

RGB 229 73 173 -
CMYK 0 0.68 0.24 0.10
HSL 321.54º 0.75% 0.59% -
HSV(B) 321.54º 0.68% 0.9% -
XYZ 42.24 24.44 42.03 -
YUV 131.04 151.68 197.87 -
System Red Green Blue C M Y K H S L
Decimal 229 73 173 0 0.68 0.24 0.10 321.54 0.75 0.59
Hex E5 49 AD 0 44 18 A 142 4B 3B
Octal 345 111 255 0 104 30 12 502 113 73
Binary 11100101 1001001 10101101 0 1000100 11000 1010 101000010 1001011 111011

Color Harmonies of #E549AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E549AD

Black with #E549AD

Text Example


Text Example

White with #E549AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E549AD; }

 p { color: rgb(229,73,173); }

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

background-color css

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

 a { background-color: rgb(229,73,173); }

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

border-color css

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

 span { border-color: rgb(229,73,173); }

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