Html Css Color HEX #E049AA Brilliant Rose

📋 copy color: '#E049AA'

red 224 ◦ green 73 ◦ blue 170

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

Shades of Brilliant Rose #E049AA

Tints of Brilliant Rose #E049AA

RGB

 RED value IS 224 (87.89% from 255) = 47.97%

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

 BLUE value IS 170 (66.8% from 255) = 36.4%

R = 47.97%
G = 15.63%
B = 36.4%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.24

 K value IS 0.12

RGB Variations

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

Color information

#E049AA (or 0xE049AA) is known color: Brilliant Rose. HEX triplet: E0, 49 and AA. RGB value is (224,73,170). Sum of RGB (Red+Green+Blue) = 224+73+170=467 (61% of max value = 765). Red value is 224 (87.89% from 255 or 47.97% from 467); Green value is 73 (28.91% from 255 or 15.63% from 467); Blue value is 170 (66.80% from 255 or 36.40% from 467); Max value from RGB is 224 - color contains mainly: red. Hex color #E049AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E049AA is #1FB655. Grayscale: #808080. Windows color (decimal): -2078294 or 11160032. OLE color: 11160032.

HSL color Cylindrical-coordinate representation of color #E049AA: hue angle of 321.46º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E049AA is Cyan = 0, Magento = 0.67, Yellow = 0.24 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 73 170 -
CMYK 0 0.67 0.24 0.12
HSL 321.46º 0.71% 0.58% -
HSV(B) 321.46º 0.67% 0.88% -
XYZ 40.38 23.51 40.44 -
YUV 129.21 151.03 195.61 -
System Red Green Blue C M Y K H S L
Decimal 224 73 170 0 0.67 0.24 0.12 321.46 0.71 0.58
Hex E0 49 AA 0 43 18 C 141 47 3A
Octal 340 111 252 0 103 30 14 501 107 72
Binary 11100000 1001001 10101010 0 1000011 11000 1100 101000001 1000111 111010

Color Harmonies of #E049AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E049AA

Black with #E049AA

Text Example


Text Example

White with #E049AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E049AA; }

 p { color: rgb(224,73,170); }

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

background-color css

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

 a { background-color: rgb(224,73,170); }

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

border-color css

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

 span { border-color: rgb(224,73,170); }

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