Html Css Color HEX #E680FA Heliotrope

📋 copy color: '#E680FA'

red 230 ◦ green 128 ◦ blue 250

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

Shades of Heliotrope #E680FA

Tints of Heliotrope #E680FA

RGB

 RED value IS 230 (90.23% from 255) = 37.83%

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

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

R = 37.83%
G = 21.05%
B = 41.12%

CMYK

 C value IS 0.08

 M value IS 0.49

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E680FA (or 0xE680FA) is known color: Heliotrope. HEX triplet: E6, 80 and FA. RGB value is (230,128,250). Sum of RGB (Red+Green+Blue) = 230+128+250=608 (80% of max value = 765). Red value is 230 (90.23% from 255 or 37.83% from 608); Green value is 128 (50.39% from 255 or 21.05% from 608); Blue value is 250 (98.05% from 255 or 41.12% from 608); Max value from RGB is 250 - color contains mainly: blue. Hex color #E680FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E680FA is #197F05. Grayscale: #ACACAC. Windows color (decimal): -1670918 or 16416998. OLE color: 16416998.

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

Color convert

RGB 230 128 250 -
CMYK 0.08 0.49 0 0.02
HSL 290.16º 0.92% 0.74% -
HSV(B) 290.16º 0.49% 0.98% -
XYZ 57.61 39.16 94.97 -
YUV 172.41 171.79 169.08 -
System Red Green Blue C M Y K H S L
Decimal 230 128 250 0.08 0.49 0 0.02 290.16 0.92 0.74
Hex E6 80 FA 8 31 0 2 122 5C 4A
Octal 346 200 372 10 61 0 2 442 134 112
Binary 11100110 10000000 11111010 1000 110001 0 10 100100010 1011100 1001010

Color Harmonies of #E680FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E680FA

Black with #E680FA

Text Example


Text Example

White with #E680FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E680FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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