Html Css Color HEX #E681FA Heliotrope

📋 copy color: '#E681FA'

red 230 ◦ green 129 ◦ blue 250

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

Shades of Heliotrope #E681FA

Tints of Heliotrope #E681FA

RGB

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

 GREEN value IS 129 (50.78% from 255) = 21.18%

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

R = 37.77%
G = 21.18%
B = 41.05%

CMYK

 C value IS 0.08

 M value IS 0.48

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E681FA (or 0xE681FA) is known color: Heliotrope. HEX triplet: E6, 81 and FA. RGB value is (230,129,250). Sum of RGB (Red+Green+Blue) = 230+129+250=609 (80% of max value = 765). Red value is 230 (90.23% from 255 or 37.77% from 609); Green value is 129 (50.78% from 255 or 21.18% from 609); Blue value is 250 (98.05% from 255 or 41.05% from 609); Max value from RGB is 250 - color contains mainly: blue. Hex color #E681FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E681FA is #197E05. Grayscale: #ACACAC. Windows color (decimal): -1670662 or 16417254. OLE color: 16417254.

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

Color convert

RGB 230 129 250 -
CMYK 0.08 0.48 0 0.02
HSL 290.08º 0.92% 0.74% -
HSV(B) 290.08º 0.48% 0.98% -
XYZ 57.74 39.43 95.01 -
YUV 172.99 171.46 168.66 -
System Red Green Blue C M Y K H S L
Decimal 230 129 250 0.08 0.48 0 0.02 290.08 0.92 0.74
Hex E6 81 FA 8 30 0 2 122 5C 4A
Octal 346 201 372 10 60 0 2 442 134 112
Binary 11100110 10000001 11111010 1000 110000 0 10 100100010 1011100 1001010

Color Harmonies of #E681FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E681FA

Black with #E681FA

Text Example


Text Example

White with #E681FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E681FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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