Html Css Color HEX #E050A9 Brilliant Rose

📋 copy color: '#E050A9'

red 224 ◦ green 80 ◦ blue 169

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

Shades of Brilliant Rose #E050A9

Tints of Brilliant Rose #E050A9

RGB

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

 GREEN value IS 80 (31.64% from 255) = 16.91%

 BLUE value IS 169 (66.41% from 255) = 35.73%

R = 47.36%
G = 16.91%
B = 35.73%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.25

 K value IS 0.12

RGB Variations

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

Color information

#E050A9 (or 0xE050A9) is known color: Brilliant Rose. HEX triplet: E0, 50 and A9. RGB value is (224,80,169). Sum of RGB (Red+Green+Blue) = 224+80+169=473 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.36% from 473); Green value is 80 (31.64% from 255 or 16.91% from 473); Blue value is 169 (66.41% from 255 or 35.73% from 473); Max value from RGB is 224 - color contains mainly: red. Hex color #E050A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E050A9 is #1FAF56. Grayscale: #848484. Windows color (decimal): -2076503 or 11096288. OLE color: 11096288.

HSL color Cylindrical-coordinate representation of color #E050A9: hue angle of 322.92º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E050A9 is Cyan = 0, Magento = 0.64, Yellow = 0.25 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 80 169 -
CMYK 0 0.64 0.25 0.12
HSL 322.92º 0.7% 0.6% -
HSV(B) 322.92º 0.64% 0.88% -
XYZ 40.77 24.45 40.11 -
YUV 133.2 148.21 192.76 -
System Red Green Blue C M Y K H S L
Decimal 224 80 169 0 0.64 0.25 0.12 322.92 0.7 0.6
Hex E0 50 A9 0 40 19 C 143 46 3C
Octal 340 120 251 0 100 31 14 503 106 74
Binary 11100000 1010000 10101001 0 1000000 11001 1100 101000011 1000110 111100

Color Harmonies of #E050A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E050A9

Black with #E050A9

Text Example


Text Example

White with #E050A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E050A9; }

 p { color: rgb(224,80,169); }

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

background-color css

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

 a { background-color: rgb(224,80,169); }

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

border-color css

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

 span { border-color: rgb(224,80,169); }

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