Html Css Color HEX #E766F5 Heliotrope

📋 copy color: '#E766F5'

red 231 ◦ green 102 ◦ blue 245

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

Shades of Heliotrope #E766F5

Tints of Heliotrope #E766F5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 42.39%

R = 39.97%
G = 17.65%
B = 42.39%

CMYK

 C value IS 0.06

 M value IS 0.58

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#E766F5 (or 0xE766F5) is known color: Heliotrope. HEX triplet: E7, 66 and F5. RGB value is (231,102,245). Sum of RGB (Red+Green+Blue) = 231+102+245=578 (76% of max value = 765). Red value is 231 (90.62% from 255 or 39.97% from 578); Green value is 102 (40.23% from 255 or 17.65% from 578); Blue value is 245 (96.09% from 255 or 42.39% from 578); Max value from RGB is 245 - color contains mainly: blue. Hex color #E766F5 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E766F5 is #18990A. Grayscale: #9C9C9C. Windows color (decimal): -1612043 or 16082663. OLE color: 16082663.

HSL color Cylindrical-coordinate representation of color #E766F5: hue angle of 294.13º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E766F5 is Cyan = 0.06, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 231 102 245 -
CMYK 0.06 0.58 0 0.04
HSL 294.13º 0.88% 0.68% -
HSV(B) 294.13º 0.58% 0.96% -
XYZ 54.19 33.08 89.92 -
YUV 156.87 177.74 180.87 -
System Red Green Blue C M Y K H S L
Decimal 231 102 245 0.06 0.58 0 0.04 294.13 0.88 0.68
Hex E7 66 F5 6 3A 0 4 126 58 44
Octal 347 146 365 6 72 0 4 446 130 104
Binary 11100111 1100110 11110101 110 111010 0 100 100100110 1011000 1000100

Color Harmonies of #E766F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E766F5

Black with #E766F5

Text Example


Text Example

White with #E766F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E766F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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