Html Css Color HEX #E050FF Heliotrope

📋 copy color: '#E050FF'

red 224 ◦ green 80 ◦ blue 255

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

Shades of Heliotrope #E050FF

Tints of Heliotrope #E050FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 45.62%

R = 40.07%
G = 14.31%
B = 45.62%

CMYK

 C value IS 0.12

 M value IS 0.69

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E050FF (or 0xE050FF) is known color: Heliotrope. HEX triplet: E0, 50 and FF. RGB value is (224,80,255). Sum of RGB (Red+Green+Blue) = 224+80+255=559 (74% of max value = 765). Red value is 224 (87.89% from 255 or 40.07% from 559); Green value is 80 (31.64% from 255 or 14.31% from 559); Blue value is 255 (100% from 255 or 45.62% from 559); Max value from RGB is 255 - color contains mainly: blue. Hex color #E050FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E050FF is #1FAF00. Grayscale: #8E8E8E. Windows color (decimal): -2076417 or 16732384. OLE color: 16732384.

HSL color Cylindrical-coordinate representation of color #E050FF: hue angle of 289.37º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E050FF is Cyan = 0.12, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 224 80 255 -
CMYK 0.12 0.69 0 0
HSL 289.37º 1% 0.66% -
HSV(B) 289.37º 0.69% 1% -
XYZ 51.66 28.8 97.44 -
YUV 143.01 191.21 185.77 -
System Red Green Blue C M Y K H S L
Decimal 224 80 255 0.12 0.69 0 0 289.37 1 0.66
Hex E0 50 FF C 45 0 0 121 64 42
Octal 340 120 377 14 105 0 0 441 144 102
Binary 11100000 1010000 11111111 1100 1000101 0 0 100100001 1100100 1000010

Color Harmonies of #E050FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E050FF

Black with #E050FF

Text Example


Text Example

White with #E050FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E050FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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