Html Css Color HEX #E760FE Heliotrope

📋 copy color: '#E760FE'

red 231 ◦ green 96 ◦ blue 254

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

Shades of Heliotrope #E760FE

Tints of Heliotrope #E760FE

RGB

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

 GREEN value IS 96 (37.89% from 255) = 16.52%

 BLUE value IS 254 (99.61% from 255) = 43.72%

R = 39.76%
G = 16.52%
B = 43.72%

CMYK

 C value IS 0.09

 M value IS 0.62

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E760FE (or 0xE760FE) is known color: Heliotrope. HEX triplet: E7, 60 and FE. RGB value is (231,96,254). Sum of RGB (Red+Green+Blue) = 231+96+254=581 (76% of max value = 765). Red value is 231 (90.62% from 255 or 39.76% from 581); Green value is 96 (37.89% from 255 or 16.52% from 581); Blue value is 254 (99.61% from 255 or 43.72% from 581); Max value from RGB is 254 - color contains mainly: blue. Hex color #E760FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E760FE is #189F01. Grayscale: #999999. Windows color (decimal): -1613570 or 16670951. OLE color: 16670951.

HSL color Cylindrical-coordinate representation of color #E760FE: hue angle of 291.27º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E760FE is Cyan = 0.09, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 231 96 254 -
CMYK 0.09 0.62 0 0.00
HSL 291.27º 0.99% 0.69% -
HSV(B) 291.27º 0.62% 1% -
XYZ 55.03 32.51 97.14 -
YUV 154.38 184.23 182.65 -
System Red Green Blue C M Y K H S L
Decimal 231 96 254 0.09 0.62 0 0.00 291.27 0.99 0.69
Hex E7 60 FE 9 3E 0 0 123 63 45
Octal 347 140 376 11 76 0 0 443 143 105
Binary 11100111 1100000 11111110 1001 111110 0 0 100100011 1100011 1000101

Color Harmonies of #E760FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E760FE

Black with #E760FE

Text Example


Text Example

White with #E760FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E760FE; }

 p { color: rgb(231,96,254); }

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

background-color css

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

 a { background-color: rgb(231,96,254); }

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

border-color css

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

 span { border-color: rgb(231,96,254); }

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