Html Css Color HEX #E760FD Heliotrope

📋 copy color: '#E760FD'

red 231 ◦ green 96 ◦ blue 253

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

Shades of Heliotrope #E760FD

Tints of Heliotrope #E760FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 43.62%

R = 39.83%
G = 16.55%
B = 43.62%

CMYK

 C value IS 0.09

 M value IS 0.62

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E760FD (or 0xE760FD) is known color: Heliotrope. HEX triplet: E7, 60 and FD. RGB value is (231,96,253). Sum of RGB (Red+Green+Blue) = 231+96+253=580 (76% of max value = 765). Red value is 231 (90.62% from 255 or 39.83% from 580); Green value is 96 (37.89% from 255 or 16.55% from 580); Blue value is 253 (99.22% from 255 or 43.62% from 580); Max value from RGB is 253 - color contains mainly: blue. Hex color #E760FD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E760FD is #189F02. Grayscale: #999999. Windows color (decimal): -1613571 or 16605415. OLE color: 16605415.

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

Color convert

RGB 231 96 253 -
CMYK 0.09 0.62 0 0.01
HSL 291.59º 0.98% 0.68% -
HSV(B) 291.59º 0.62% 0.99% -
XYZ 54.87 32.45 96.3 -
YUV 154.26 183.73 182.73 -
System Red Green Blue C M Y K H S L
Decimal 231 96 253 0.09 0.62 0 0.01 291.59 0.98 0.68
Hex E7 60 FD 9 3E 0 1 124 62 44
Octal 347 140 375 11 76 0 1 444 142 104
Binary 11100111 1100000 11111101 1001 111110 0 1 100100100 1100010 1000100

Color Harmonies of #E760FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E760FD

Black with #E760FD

Text Example


Text Example

White with #E760FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E760FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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