Html Css Color HEX #E049B2 Brilliant Rose

📋 copy color: '#E049B2'

red 224 ◦ green 73 ◦ blue 178

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

Shades of Brilliant Rose #E049B2

Tints of Brilliant Rose #E049B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 37.47%

R = 47.16%
G = 15.37%
B = 37.47%

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

#E049B2 (or 0xE049B2) is known color: Brilliant Rose. HEX triplet: E0, 49 and B2. RGB value is (224,73,178). Sum of RGB (Red+Green+Blue) = 224+73+178=475 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.16% from 475); Green value is 73 (28.91% from 255 or 15.37% from 475); Blue value is 178 (69.92% from 255 or 37.47% from 475); Max value from RGB is 224 - color contains mainly: red. Hex color #E049B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E049B2 is #1FB64D. Grayscale: #818181. Windows color (decimal): -2078286 or 11684320. OLE color: 11684320.

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

Color convert

RGB 224 73 178 -
CMYK 0 0.67 0.21 0.12
HSL 318.28º 0.71% 0.58% -
HSV(B) 318.28º 0.67% 0.88% -
XYZ 41.16 23.83 44.55 -
YUV 130.12 155.03 194.96 -
System Red Green Blue C M Y K H S L
Decimal 224 73 178 0 0.67 0.21 0.12 318.28 0.71 0.58
Hex E0 49 B2 0 43 15 C 13E 47 3A
Octal 340 111 262 0 103 25 14 476 107 72
Binary 11100000 1001001 10110010 0 1000011 10101 1100 100111110 1000111 111010

Color Harmonies of #E049B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E049B2

Black with #E049B2

Text Example


Text Example

White with #E049B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E049B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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