Html Css Color HEX #E049AB Brilliant Rose

📋 copy color: '#E049AB'

red 224 ◦ green 73 ◦ blue 171

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

Shades of Brilliant Rose #E049AB

Tints of Brilliant Rose #E049AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 36.54%

R = 47.86%
G = 15.6%
B = 36.54%

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

#E049AB (or 0xE049AB) is known color: Brilliant Rose. HEX triplet: E0, 49 and AB. RGB value is (224,73,171). Sum of RGB (Red+Green+Blue) = 224+73+171=468 (61% of max value = 765). Red value is 224 (87.89% from 255 or 47.86% from 468); Green value is 73 (28.91% from 255 or 15.60% from 468); Blue value is 171 (67.19% from 255 or 36.54% from 468); Max value from RGB is 224 - color contains mainly: red. Hex color #E049AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E049AB is #1FB654. Grayscale: #818181. Windows color (decimal): -2078293 or 11225568. OLE color: 11225568.

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

Color convert

RGB 224 73 171 -
CMYK 0 0.67 0.24 0.12
HSL 321.06º 0.71% 0.58% -
HSV(B) 321.06º 0.67% 0.88% -
XYZ 40.47 23.55 40.94 -
YUV 129.32 151.53 195.53 -
System Red Green Blue C M Y K H S L
Decimal 224 73 171 0 0.67 0.24 0.12 321.06 0.71 0.58
Hex E0 49 AB 0 43 18 C 141 47 3A
Octal 340 111 253 0 103 30 14 501 107 72
Binary 11100000 1001001 10101011 0 1000011 11000 1100 101000001 1000111 111010

Color Harmonies of #E049AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E049AB

Black with #E049AB

Text Example


Text Example

White with #E049AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E049AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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