Html Css Color HEX #E049A8 Brilliant Rose

📋 copy color: '#E049A8'

red 224 ◦ green 73 ◦ blue 168

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

Shades of Brilliant Rose #E049A8

Tints of Brilliant Rose #E049A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 36.13%

R = 48.17%
G = 15.7%
B = 36.13%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.25

 K value IS 0.12

RGB Variations

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

Color information

#E049A8 (or 0xE049A8) is known color: Brilliant Rose. HEX triplet: E0, 49 and A8. RGB value is (224,73,168). Sum of RGB (Red+Green+Blue) = 224+73+168=465 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.17% from 465); Green value is 73 (28.91% from 255 or 15.70% from 465); Blue value is 168 (66.02% from 255 or 36.13% from 465); Max value from RGB is 224 - color contains mainly: red. Hex color #E049A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E049A8 is #1FB657. Grayscale: #808080. Windows color (decimal): -2078296 or 11028960. OLE color: 11028960.

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

Color convert

RGB 224 73 168 -
CMYK 0 0.67 0.25 0.12
HSL 322.25º 0.71% 0.58% -
HSV(B) 322.25º 0.67% 0.88% -
XYZ 40.19 23.44 39.45 -
YUV 128.98 150.03 195.78 -
System Red Green Blue C M Y K H S L
Decimal 224 73 168 0 0.67 0.25 0.12 322.25 0.71 0.58
Hex E0 49 A8 0 43 19 C 142 47 3A
Octal 340 111 250 0 103 31 14 502 107 72
Binary 11100000 1001001 10101000 0 1000011 11001 1100 101000010 1000111 111010

Color Harmonies of #E049A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E049A8

Black with #E049A8

Text Example


Text Example

White with #E049A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E049A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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