Html Css Color HEX #E280FA Heliotrope

📋 copy color: '#E280FA'

red 226 ◦ green 128 ◦ blue 250

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

Shades of Heliotrope #E280FA

Tints of Heliotrope #E280FA

RGB

 RED value IS 226 (88.67% from 255) = 37.42%

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

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

R = 37.42%
G = 21.19%
B = 41.39%

CMYK

 C value IS 0.10

 M value IS 0.49

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E280FA (or 0xE280FA) is known color: Heliotrope. HEX triplet: E2, 80 and FA. RGB value is (226,128,250). Sum of RGB (Red+Green+Blue) = 226+128+250=604 (80% of max value = 765). Red value is 226 (88.67% from 255 or 37.42% from 604); Green value is 128 (50.39% from 255 or 21.19% from 604); Blue value is 250 (98.05% from 255 or 41.39% from 604); Max value from RGB is 250 - color contains mainly: blue. Hex color #E280FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E280FA is #1D7F05. Grayscale: #AAAAAA. Windows color (decimal): -1933062 or 16416994. OLE color: 16416994.

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

Color convert

RGB 226 128 250 -
CMYK 0.10 0.49 0 0.02
HSL 288.2º 0.92% 0.74% -
HSV(B) 288.2º 0.49% 0.98% -
XYZ 56.34 38.51 94.91 -
YUV 171.21 172.47 167.08 -
System Red Green Blue C M Y K H S L
Decimal 226 128 250 0.10 0.49 0 0.02 288.2 0.92 0.74
Hex E2 80 FA A 31 0 2 120 5C 4A
Octal 342 200 372 12 61 0 2 440 134 112
Binary 11100010 10000000 11111010 1010 110001 0 10 100100000 1011100 1001010

Color Harmonies of #E280FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E280FA

Black with #E280FA

Text Example


Text Example

White with #E280FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E280FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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