Html Css Color HEX #E768FA Heliotrope

📋 copy color: '#E768FA'

red 231 ◦ green 104 ◦ blue 250

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

Shades of Heliotrope #E768FA

Tints of Heliotrope #E768FA

RGB

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

 GREEN value IS 104 (41.02% from 255) = 17.78%

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

R = 39.49%
G = 17.78%
B = 42.74%

CMYK

 C value IS 0.08

 M value IS 0.58

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E768FA (or 0xE768FA) is known color: Heliotrope. HEX triplet: E7, 68 and FA. RGB value is (231,104,250). Sum of RGB (Red+Green+Blue) = 231+104+250=585 (77% of max value = 765). Red value is 231 (90.62% from 255 or 39.49% from 585); Green value is 104 (41.02% from 255 or 17.78% from 585); Blue value is 250 (98.05% from 255 or 42.74% from 585); Max value from RGB is 250 - color contains mainly: blue. Hex color #E768FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E768FA is #189705. Grayscale: #9E9E9E. Windows color (decimal): -1611526 or 16410855. OLE color: 16410855.

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

Color convert

RGB 231 104 250 -
CMYK 0.08 0.58 0 0.02
HSL 292.19º 0.94% 0.69% -
HSV(B) 292.19º 0.58% 0.98% -
XYZ 55.16 33.79 94.06 -
YUV 158.62 179.58 179.63 -
System Red Green Blue C M Y K H S L
Decimal 231 104 250 0.08 0.58 0 0.02 292.19 0.94 0.69
Hex E7 68 FA 8 3A 0 2 124 5E 45
Octal 347 150 372 10 72 0 2 444 136 105
Binary 11100111 1101000 11111010 1000 111010 0 10 100100100 1011110 1000101

Color Harmonies of #E768FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E768FA

Black with #E768FA

Text Example


Text Example

White with #E768FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E768FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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