Html Css Color HEX #E781FA Heliotrope

📋 copy color: '#E781FA'

red 231 ◦ green 129 ◦ blue 250

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

Shades of Heliotrope #E781FA

Tints of Heliotrope #E781FA

RGB

 RED value IS 231 (90.63% from 255) = 37.87%

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

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

R = 37.87%
G = 21.15%
B = 40.98%

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

#E781FA (or 0xE781FA) is known color: Heliotrope. HEX triplet: E7, 81 and FA. RGB value is (231,129,250). Sum of RGB (Red+Green+Blue) = 231+129+250=610 (80% of max value = 765). Red value is 231 (90.62% from 255 or 37.87% from 610); Green value is 129 (50.78% from 255 or 21.15% 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 #E781FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E781FA is #187E05. Grayscale: #ACACAC. Windows color (decimal): -1605126 or 16417255. OLE color: 16417255.

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

Color convert

RGB 231 129 250 -
CMYK 0.08 0.48 0 0.02
HSL 290.58º 0.92% 0.74% -
HSV(B) 290.58º 0.48% 0.98% -
XYZ 58.06 39.59 95.02 -
YUV 173.29 171.29 169.16 -
System Red Green Blue C M Y K H S L
Decimal 231 129 250 0.08 0.48 0 0.02 290.58 0.92 0.74
Hex E7 81 FA 8 30 0 2 123 5C 4A
Octal 347 201 372 10 60 0 2 443 134 112
Binary 11100111 10000001 11111010 1000 110000 0 10 100100011 1011100 1001010

Color Harmonies of #E781FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E781FA

Black with #E781FA

Text Example


Text Example

White with #E781FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E781FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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