Html Css Color HEX #E049A6 Brilliant Rose

📋 copy color: '#E049A6'

red 224 ◦ green 73 ◦ blue 166

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

Shades of Brilliant Rose #E049A6

Tints of Brilliant Rose #E049A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 35.85%

R = 48.38%
G = 15.77%
B = 35.85%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.26

 K value IS 0.12

RGB Variations

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

Color information

#E049A6 (or 0xE049A6) is known color: Brilliant Rose. HEX triplet: E0, 49 and A6. RGB value is (224,73,166). Sum of RGB (Red+Green+Blue) = 224+73+166=463 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.38% from 463); Green value is 73 (28.91% from 255 or 15.77% from 463); Blue value is 166 (65.23% from 255 or 35.85% from 463); Max value from RGB is 224 - color contains mainly: red. Hex color #E049A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E049A6 is #1FB659. Grayscale: #808080. Windows color (decimal): -2078298 or 10897888. OLE color: 10897888.

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

Color convert

RGB 224 73 166 -
CMYK 0 0.67 0.26 0.12
HSL 323.05º 0.71% 0.58% -
HSV(B) 323.05º 0.67% 0.88% -
XYZ 40.01 23.37 38.48 -
YUV 128.75 149.03 195.94 -
System Red Green Blue C M Y K H S L
Decimal 224 73 166 0 0.67 0.26 0.12 323.05 0.71 0.58
Hex E0 49 A6 0 43 1A C 143 47 3A
Octal 340 111 246 0 103 32 14 503 107 72
Binary 11100000 1001001 10100110 0 1000011 11010 1100 101000011 1000111 111010

Color Harmonies of #E049A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E049A6

Black with #E049A6

Text Example


Text Example

White with #E049A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E049A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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