Html Css Color HEX #E049B1 Brilliant Rose

📋 copy color: '#E049B1'

red 224 ◦ green 73 ◦ blue 177

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

Shades of Brilliant Rose #E049B1

Tints of Brilliant Rose #E049B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 37.34%

R = 47.26%
G = 15.4%
B = 37.34%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.21

 K value IS 0.12

RGB Variations

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

Color information

#E049B1 (or 0xE049B1) is known color: Brilliant Rose. HEX triplet: E0, 49 and B1. RGB value is (224,73,177). Sum of RGB (Red+Green+Blue) = 224+73+177=474 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.26% from 474); Green value is 73 (28.91% from 255 or 15.40% from 474); Blue value is 177 (69.53% from 255 or 37.34% from 474); Max value from RGB is 224 - color contains mainly: red. Hex color #E049B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E049B1 is #1FB64E. Grayscale: #818181. Windows color (decimal): -2078287 or 11618784. OLE color: 11618784.

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

Color convert

RGB 224 73 177 -
CMYK 0 0.67 0.21 0.12
HSL 318.68º 0.71% 0.58% -
HSV(B) 318.68º 0.67% 0.88% -
XYZ 41.06 23.79 44.02 -
YUV 130.01 154.53 195.04 -
System Red Green Blue C M Y K H S L
Decimal 224 73 177 0 0.67 0.21 0.12 318.68 0.71 0.58
Hex E0 49 B1 0 43 15 C 13F 47 3A
Octal 340 111 261 0 103 25 14 477 107 72
Binary 11100000 1001001 10110001 0 1000011 10101 1100 100111111 1000111 111010

Color Harmonies of #E049B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E049B1

Black with #E049B1

Text Example


Text Example

White with #E049B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E049B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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