Html Css Color HEX #E049A2 Brilliant Rose

📋 copy color: '#E049A2'

red 224 ◦ green 73 ◦ blue 162

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

Shades of Brilliant Rose #E049A2

Tints of Brilliant Rose #E049A2

RGB

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

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

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

R = 48.8%
G = 15.9%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.28

 K value IS 0.12

RGB Variations

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

Color information

#E049A2 (or 0xE049A2) is known color: Brilliant Rose. HEX triplet: E0, 49 and A2. RGB value is (224,73,162). Sum of RGB (Red+Green+Blue) = 224+73+162=459 (60% of max value = 765). Red value is 224 (87.89% from 255 or 48.80% from 459); Green value is 73 (28.91% from 255 or 15.90% from 459); Blue value is 162 (63.67% from 255 or 35.29% from 459); Max value from RGB is 224 - color contains mainly: red. Hex color #E049A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E049A2 is #1FB65D. Grayscale: #808080. Windows color (decimal): -2078302 or 10635744. OLE color: 10635744.

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

Color convert

RGB 224 73 162 -
CMYK 0 0.67 0.28 0.12
HSL 324.64º 0.71% 0.58% -
HSV(B) 324.64º 0.67% 0.88% -
XYZ 39.64 23.22 36.58 -
YUV 128.3 147.03 196.26 -
System Red Green Blue C M Y K H S L
Decimal 224 73 162 0 0.67 0.28 0.12 324.64 0.71 0.58
Hex E0 49 A2 0 43 1C C 145 47 3A
Octal 340 111 242 0 103 34 14 505 107 72
Binary 11100000 1001001 10100010 0 1000011 11100 1100 101000101 1000111 111010

Color Harmonies of #E049A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E049A2

Black with #E049A2

Text Example


Text Example

White with #E049A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E049A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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