Html Css Color HEX #E768F1 Heliotrope

📋 copy color: '#E768F1'

red 231 ◦ green 104 ◦ blue 241

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

Shades of Heliotrope #E768F1

Tints of Heliotrope #E768F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 41.84%

R = 40.1%
G = 18.06%
B = 41.84%

CMYK

 C value IS 0.04

 M value IS 0.57

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E768F1 (or 0xE768F1) is known color: Heliotrope. HEX triplet: E7, 68 and F1. RGB value is (231,104,241). Sum of RGB (Red+Green+Blue) = 231+104+241=576 (76% of max value = 765). Red value is 231 (90.62% from 255 or 40.10% from 576); Green value is 104 (41.02% from 255 or 18.06% from 576); Blue value is 241 (94.53% from 255 or 41.84% from 576); Max value from RGB is 241 - color contains mainly: blue. Hex color #E768F1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E768F1 is #18970E. Grayscale: #9D9D9D. Windows color (decimal): -1611535 or 15821031. OLE color: 15821031.

HSL color Cylindrical-coordinate representation of color #E768F1: hue angle of 295.62º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E768F1 is Cyan = 0.04, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 231 104 241 -
CMYK 0.04 0.57 0 0.05
HSL 295.62º 0.83% 0.68% -
HSV(B) 295.62º 0.57% 0.95% -
XYZ 53.78 33.24 86.8 -
YUV 157.59 175.08 180.36 -
System Red Green Blue C M Y K H S L
Decimal 231 104 241 0.04 0.57 0 0.05 295.62 0.83 0.68
Hex E7 68 F1 4 39 0 5 128 53 44
Octal 347 150 361 4 71 0 5 450 123 104
Binary 11100111 1101000 11110001 100 111001 0 101 100101000 1010011 1000100

Color Harmonies of #E768F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E768F1

Black with #E768F1

Text Example


Text Example

White with #E768F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E768F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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