Html Css Color HEX #E549A2 Brilliant Rose

📋 copy color: '#E549A2'

red 229 ◦ green 73 ◦ blue 162

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

Shades of Brilliant Rose #E549A2

Tints of Brilliant Rose #E549A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 34.91%

R = 49.35%
G = 15.73%
B = 34.91%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.29

 K value IS 0.10

RGB Variations

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

Color information

#E549A2 (or 0xE549A2) is known color: Brilliant Rose. HEX triplet: E5, 49 and A2. RGB value is (229,73,162). Sum of RGB (Red+Green+Blue) = 229+73+162=464 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.35% from 464); Green value is 73 (28.91% from 255 or 15.73% from 464); Blue value is 162 (63.67% from 255 or 34.91% from 464); Max value from RGB is 229 - color contains mainly: red. Hex color #E549A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E549A2 is #1AB65D. Grayscale: #818181. Windows color (decimal): -1750622 or 10635749. OLE color: 10635749.

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

Color convert

RGB 229 73 162 -
CMYK 0 0.68 0.29 0.10
HSL 325.77º 0.75% 0.59% -
HSV(B) 325.77º 0.68% 0.9% -
XYZ 41.22 24.03 36.65 -
YUV 129.79 146.18 198.76 -
System Red Green Blue C M Y K H S L
Decimal 229 73 162 0 0.68 0.29 0.10 325.77 0.75 0.59
Hex E5 49 A2 0 44 1D A 146 4B 3B
Octal 345 111 242 0 104 35 12 506 113 73
Binary 11100101 1001001 10100010 0 1000100 11101 1010 101000110 1001011 111011

Color Harmonies of #E549A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E549A2

Black with #E549A2

Text Example


Text Example

White with #E549A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E549A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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