Html Css Color HEX #E050FB Heliotrope

📋 copy color: '#E050FB'

red 224 ◦ green 80 ◦ blue 251

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

Shades of Heliotrope #E050FB

Tints of Heliotrope #E050FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 45.23%

R = 40.36%
G = 14.41%
B = 45.23%

CMYK

 C value IS 0.11

 M value IS 0.68

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E050FB (or 0xE050FB) is known color: Heliotrope. HEX triplet: E0, 50 and FB. RGB value is (224,80,251). Sum of RGB (Red+Green+Blue) = 224+80+251=555 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.36% from 555); Green value is 80 (31.64% from 255 or 14.41% from 555); Blue value is 251 (98.44% from 255 or 45.23% from 555); Max value from RGB is 251 - color contains mainly: blue. Hex color #E050FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E050FB is #1FAF04. Grayscale: #8E8E8E. Windows color (decimal): -2076421 or 16470240. OLE color: 16470240.

HSL color Cylindrical-coordinate representation of color #E050FB: hue angle of 290.53º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E050FB is Cyan = 0.11, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 224 80 251 -
CMYK 0.11 0.68 0 0.02
HSL 290.53º 0.96% 0.65% -
HSV(B) 290.53º 0.68% 0.98% -
XYZ 51.02 28.55 94.09 -
YUV 142.55 189.21 186.1 -
System Red Green Blue C M Y K H S L
Decimal 224 80 251 0.11 0.68 0 0.02 290.53 0.96 0.65
Hex E0 50 FB B 44 0 2 123 60 41
Octal 340 120 373 13 104 0 2 443 140 101
Binary 11100000 1010000 11111011 1011 1000100 0 10 100100011 1100000 1000001

Color Harmonies of #E050FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E050FB

Black with #E050FB

Text Example


Text Example

White with #E050FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E050FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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