Html Css Color HEX #E050FD Heliotrope

📋 copy color: '#E050FD'

red 224 ◦ green 80 ◦ blue 253

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

Shades of Heliotrope #E050FD

Tints of Heliotrope #E050FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 45.42%

R = 40.22%
G = 14.36%
B = 45.42%

CMYK

 C value IS 0.11

 M value IS 0.68

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E050FD (or 0xE050FD) is known color: Heliotrope. HEX triplet: E0, 50 and FD. RGB value is (224,80,253). Sum of RGB (Red+Green+Blue) = 224+80+253=557 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.22% from 557); Green value is 80 (31.64% from 255 or 14.36% from 557); Blue value is 253 (99.22% from 255 or 45.42% from 557); Max value from RGB is 253 - color contains mainly: blue. Hex color #E050FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E050FD is #1FAF02. Grayscale: #8E8E8E. Windows color (decimal): -2076419 or 16601312. OLE color: 16601312.

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

Color convert

RGB 224 80 253 -
CMYK 0.11 0.68 0 0.01
HSL 289.94º 0.98% 0.65% -
HSV(B) 289.94º 0.68% 0.99% -
XYZ 51.34 28.68 95.76 -
YUV 142.78 190.21 185.93 -
System Red Green Blue C M Y K H S L
Decimal 224 80 253 0.11 0.68 0 0.01 289.94 0.98 0.65
Hex E0 50 FD B 44 0 1 122 62 41
Octal 340 120 375 13 104 0 1 442 142 101
Binary 11100000 1010000 11111101 1011 1000100 0 1 100100010 1100010 1000001

Color Harmonies of #E050FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E050FD

Black with #E050FD

Text Example


Text Example

White with #E050FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E050FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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