Html Css Color HEX #E766FA Heliotrope

📋 copy color: '#E766FA'

red 231 ◦ green 102 ◦ blue 250

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

Shades of Heliotrope #E766FA

Tints of Heliotrope #E766FA

RGB

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

 GREEN value IS 102 (40.23% from 255) = 17.5%

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

R = 39.62%
G = 17.5%
B = 42.88%

CMYK

 C value IS 0.08

 M value IS 0.59

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E766FA (or 0xE766FA) is known color: Heliotrope. HEX triplet: E7, 66 and FA. RGB value is (231,102,250). Sum of RGB (Red+Green+Blue) = 231+102+250=583 (77% of max value = 765). Red value is 231 (90.62% from 255 or 39.62% from 583); Green value is 102 (40.23% from 255 or 17.50% from 583); Blue value is 250 (98.05% from 255 or 42.88% from 583); Max value from RGB is 250 - color contains mainly: blue. Hex color #E766FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E766FA is #189905. Grayscale: #9C9C9C. Windows color (decimal): -1612038 or 16410343. OLE color: 16410343.

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

Color convert

RGB 231 102 250 -
CMYK 0.08 0.59 0 0.02
HSL 292.3º 0.94% 0.69% -
HSV(B) 292.3º 0.59% 0.98% -
XYZ 54.96 33.39 93.99 -
YUV 157.44 180.24 180.47 -
System Red Green Blue C M Y K H S L
Decimal 231 102 250 0.08 0.59 0 0.02 292.3 0.94 0.69
Hex E7 66 FA 8 3B 0 2 124 5E 45
Octal 347 146 372 10 73 0 2 444 136 105
Binary 11100111 1100110 11111010 1000 111011 0 10 100100100 1011110 1000101

Color Harmonies of #E766FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E766FA

Black with #E766FA

Text Example


Text Example

White with #E766FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E766FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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