Html Css Color HEX #E350FA Heliotrope

📋 copy color: '#E350FA'

red 227 ◦ green 80 ◦ blue 250

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

Shades of Heliotrope #E350FA

Tints of Heliotrope #E350FA

RGB

 RED value IS 227 (89.06% from 255) = 40.75%

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

 BLUE value IS 250 (98.05% from 255) = 44.88%

R = 40.75%
G = 14.36%
B = 44.88%

CMYK

 C value IS 0.09

 M value IS 0.68

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E350FA (or 0xE350FA) is known color: Heliotrope. HEX triplet: E3, 50 and FA. RGB value is (227,80,250). Sum of RGB (Red+Green+Blue) = 227+80+250=557 (73% of max value = 765). Red value is 227 (89.06% from 255 or 40.75% from 557); Green value is 80 (31.64% from 255 or 14.36% from 557); Blue value is 250 (98.05% from 255 or 44.88% from 557); Max value from RGB is 250 - color contains mainly: blue. Hex color #E350FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E350FA is #1CAF05. Grayscale: #8E8E8E. Windows color (decimal): -1879814 or 16404707. OLE color: 16404707.

HSL color Cylindrical-coordinate representation of color #E350FA: hue angle of 291.88º degrees, saturation: 0.94, 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 #E350FA is Cyan = 0.09, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 227 80 250 -
CMYK 0.09 0.68 0 0.02
HSL 291.88º 0.94% 0.65% -
HSV(B) 291.88º 0.68% 0.98% -
XYZ 51.8 28.97 93.3 -
YUV 143.33 188.2 187.68 -
System Red Green Blue C M Y K H S L
Decimal 227 80 250 0.09 0.68 0 0.02 291.88 0.94 0.65
Hex E3 50 FA 9 44 0 2 124 5E 41
Octal 343 120 372 11 104 0 2 444 136 101
Binary 11100011 1010000 11111010 1001 1000100 0 10 100100100 1011110 1000001

Color Harmonies of #E350FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E350FA

Black with #E350FA

Text Example


Text Example

White with #E350FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E350FA; }

 p { color: rgb(227,80,250); }

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

background-color css

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

 a { background-color: rgb(227,80,250); }

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

border-color css

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

 span { border-color: rgb(227,80,250); }

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