Html Css Color HEX #E050AF Brilliant Rose

📋 copy color: '#E050AF'

red 224 ◦ green 80 ◦ blue 175

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

Shades of Brilliant Rose #E050AF

Tints of Brilliant Rose #E050AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 36.53%

R = 46.76%
G = 16.7%
B = 36.53%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.22

 K value IS 0.12

RGB Variations

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

Color information

#E050AF (or 0xE050AF) is known color: Brilliant Rose. HEX triplet: E0, 50 and AF. RGB value is (224,80,175). Sum of RGB (Red+Green+Blue) = 224+80+175=479 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.76% from 479); Green value is 80 (31.64% from 255 or 16.70% from 479); Blue value is 175 (68.75% from 255 or 36.53% from 479); Max value from RGB is 224 - color contains mainly: red. Hex color #E050AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E050AF is #1FAF50. Grayscale: #858585. Windows color (decimal): -2076497 or 11489504. OLE color: 11489504.

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

Color convert

RGB 224 80 175 -
CMYK 0 0.64 0.22 0.12
HSL 320.42º 0.7% 0.6% -
HSV(B) 320.42º 0.64% 0.88% -
XYZ 41.35 24.68 43.14 -
YUV 133.89 151.21 192.28 -
System Red Green Blue C M Y K H S L
Decimal 224 80 175 0 0.64 0.22 0.12 320.42 0.7 0.6
Hex E0 50 AF 0 40 16 C 140 46 3C
Octal 340 120 257 0 100 26 14 500 106 74
Binary 11100000 1010000 10101111 0 1000000 10110 1100 101000000 1000110 111100

Color Harmonies of #E050AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E050AF

Black with #E050AF

Text Example


Text Example

White with #E050AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E050AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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