Html Css Color HEX #E049B3 Brilliant Rose

📋 copy color: '#E049B3'

red 224 ◦ green 73 ◦ blue 179

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

Shades of Brilliant Rose #E049B3

Tints of Brilliant Rose #E049B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 37.61%

R = 47.06%
G = 15.34%
B = 37.61%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.20

 K value IS 0.12

RGB Variations

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

Color information

#E049B3 (or 0xE049B3) is known color: Brilliant Rose. HEX triplet: E0, 49 and B3. RGB value is (224,73,179). Sum of RGB (Red+Green+Blue) = 224+73+179=476 (63% of max value = 765). Red value is 224 (87.89% from 255 or 47.06% from 476); Green value is 73 (28.91% from 255 or 15.34% from 476); Blue value is 179 (70.31% from 255 or 37.61% from 476); Max value from RGB is 224 - color contains mainly: red. Hex color #E049B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E049B3 is #1FB64C. Grayscale: #818181. Windows color (decimal): -2078285 or 11749856. OLE color: 11749856.

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

Color convert

RGB 224 73 179 -
CMYK 0 0.67 0.20 0.12
HSL 317.88º 0.71% 0.58% -
HSV(B) 317.88º 0.67% 0.88% -
XYZ 41.26 23.87 45.08 -
YUV 130.23 155.53 194.88 -
System Red Green Blue C M Y K H S L
Decimal 224 73 179 0 0.67 0.20 0.12 317.88 0.71 0.58
Hex E0 49 B3 0 43 14 C 13E 47 3A
Octal 340 111 263 0 103 24 14 476 107 72
Binary 11100000 1001001 10110011 0 1000011 10100 1100 100111110 1000111 111010

Color Harmonies of #E049B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E049B3

Black with #E049B3

Text Example


Text Example

White with #E049B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E049B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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