Html Css Color HEX #E150FA Heliotrope

📋 copy color: '#E150FA'

red 225 ◦ green 80 ◦ blue 250

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

Shades of Heliotrope #E150FA

Tints of Heliotrope #E150FA

RGB

 RED value IS 225 (88.28% from 255) = 40.54%

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

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

R = 40.54%
G = 14.41%
B = 45.05%

CMYK

 C value IS 0.10

 M value IS 0.68

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E150FA (or 0xE150FA) is known color: Heliotrope. HEX triplet: E1, 50 and FA. RGB value is (225,80,250). Sum of RGB (Red+Green+Blue) = 225+80+250=555 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.54% from 555); Green value is 80 (31.64% from 255 or 14.41% from 555); Blue value is 250 (98.05% from 255 or 45.05% from 555); Max value from RGB is 250 - color contains mainly: blue. Hex color #E150FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E150FA is #1EAF05. Grayscale: #8E8E8E. Windows color (decimal): -2010886 or 16404705. OLE color: 16404705.

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

Color convert

RGB 225 80 250 -
CMYK 0.10 0.68 0 0.02
HSL 291.18º 0.94% 0.65% -
HSV(B) 291.18º 0.68% 0.98% -
XYZ 51.18 28.65 93.27 -
YUV 142.74 188.54 186.68 -
System Red Green Blue C M Y K H S L
Decimal 225 80 250 0.10 0.68 0 0.02 291.18 0.94 0.65
Hex E1 50 FA A 44 0 2 123 5E 41
Octal 341 120 372 12 104 0 2 443 136 101
Binary 11100001 1010000 11111010 1010 1000100 0 10 100100011 1011110 1000001

Color Harmonies of #E150FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E150FA

Black with #E150FA

Text Example


Text Example

White with #E150FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E150FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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