Html Css Color HEX #E768F8 Heliotrope

📋 copy color: '#E768F8'

red 231 ◦ green 104 ◦ blue 248

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

Shades of Heliotrope #E768F8

Tints of Heliotrope #E768F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 42.54%

R = 39.62%
G = 17.84%
B = 42.54%

CMYK

 C value IS 0.07

 M value IS 0.58

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#E768F8 (or 0xE768F8) is known color: Heliotrope. HEX triplet: E7, 68 and F8. RGB value is (231,104,248). Sum of RGB (Red+Green+Blue) = 231+104+248=583 (77% of max value = 765). Red value is 231 (90.62% from 255 or 39.62% from 583); Green value is 104 (41.02% from 255 or 17.84% from 583); Blue value is 248 (97.27% from 255 or 42.54% from 583); Max value from RGB is 248 - color contains mainly: blue. Hex color #E768F8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E768F8 is #189707. Grayscale: #9D9D9D. Windows color (decimal): -1611528 or 16279783. OLE color: 16279783.

HSL color Cylindrical-coordinate representation of color #E768F8: hue angle of 292.92º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E768F8 is Cyan = 0.07, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 231 104 248 -
CMYK 0.07 0.58 0 0.03
HSL 292.92º 0.91% 0.69% -
HSV(B) 292.92º 0.58% 0.97% -
XYZ 54.85 33.67 92.41 -
YUV 158.39 178.58 179.79 -
System Red Green Blue C M Y K H S L
Decimal 231 104 248 0.07 0.58 0 0.03 292.92 0.91 0.69
Hex E7 68 F8 7 3A 0 3 125 5B 45
Octal 347 150 370 7 72 0 3 445 133 105
Binary 11100111 1101000 11111000 111 111010 0 11 100100101 1011011 1000101

Color Harmonies of #E768F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E768F8

Black with #E768F8

Text Example


Text Example

White with #E768F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E768F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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