Html Css Color HEX #E549A4 Brilliant Rose

📋 copy color: '#E549A4'

red 229 ◦ green 73 ◦ blue 164

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

Shades of Brilliant Rose #E549A4

Tints of Brilliant Rose #E549A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 35.19%

R = 49.14%
G = 15.67%
B = 35.19%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.28

 K value IS 0.10

RGB Variations

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

Color information

#E549A4 (or 0xE549A4) is known color: Brilliant Rose. HEX triplet: E5, 49 and A4. RGB value is (229,73,164). Sum of RGB (Red+Green+Blue) = 229+73+164=466 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.14% from 466); Green value is 73 (28.91% from 255 or 15.67% from 466); Blue value is 164 (64.45% from 255 or 35.19% from 466); Max value from RGB is 229 - color contains mainly: red. Hex color #E549A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E549A4 is #1AB65B. Grayscale: #818181. Windows color (decimal): -1750620 or 10766821. OLE color: 10766821.

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

Color convert

RGB 229 73 164 -
CMYK 0 0.68 0.28 0.10
HSL 325º 0.75% 0.59% -
HSV(B) 325º 0.68% 0.9% -
XYZ 41.4 24.1 37.59 -
YUV 130.02 147.18 198.6 -
System Red Green Blue C M Y K H S L
Decimal 229 73 164 0 0.68 0.28 0.10 325 0.75 0.59
Hex E5 49 A4 0 44 1C A 145 4B 3B
Octal 345 111 244 0 104 34 12 505 113 73
Binary 11100101 1001001 10100100 0 1000100 11100 1010 101000101 1001011 111011

Color Harmonies of #E549A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E549A4

Black with #E549A4

Text Example


Text Example

White with #E549A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E549A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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