Html Css Color HEX #E880FA Heliotrope

📋 copy color: '#E880FA'

red 232 ◦ green 128 ◦ blue 250

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

Shades of Heliotrope #E880FA

Tints of Heliotrope #E880FA

RGB

 RED value IS 232 (91.02% from 255) = 38.03%

 GREEN value IS 128 (50.39% from 255) = 20.98%

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

R = 38.03%
G = 20.98%
B = 40.98%

CMYK

 C value IS 0.07

 M value IS 0.49

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E880FA (or 0xE880FA) is known color: Heliotrope. HEX triplet: E8, 80 and FA. RGB value is (232,128,250). Sum of RGB (Red+Green+Blue) = 232+128+250=610 (80% of max value = 765). Red value is 232 (91.02% from 255 or 38.03% from 610); Green value is 128 (50.39% from 255 or 20.98% from 610); Blue value is 250 (98.05% from 255 or 40.98% from 610); Max value from RGB is 250 - color contains mainly: blue. Hex color #E880FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E880FA is #177F05. Grayscale: #ACACAC. Windows color (decimal): -1539846 or 16417000. OLE color: 16417000.

HSL color Cylindrical-coordinate representation of color #E880FA: hue angle of 291.15º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E880FA is Cyan = 0.07, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 232 128 250 -
CMYK 0.07 0.49 0 0.02
HSL 291.15º 0.92% 0.74% -
HSV(B) 291.15º 0.49% 0.98% -
XYZ 58.25 39.5 95 -
YUV 173 171.46 170.08 -
System Red Green Blue C M Y K H S L
Decimal 232 128 250 0.07 0.49 0 0.02 291.15 0.92 0.74
Hex E8 80 FA 7 31 0 2 123 5C 4A
Octal 350 200 372 7 61 0 2 443 134 112
Binary 11101000 10000000 11111010 111 110001 0 10 100100011 1011100 1001010

Color Harmonies of #E880FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E880FA

Black with #E880FA

Text Example


Text Example

White with #E880FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E880FA; }

 p { color: rgb(232,128,250); }

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

background-color css

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

 a { background-color: rgb(232,128,250); }

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

border-color css

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

 span { border-color: rgb(232,128,250); }

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