Html Css Color HEX #E765FA Heliotrope

📋 copy color: '#E765FA'

red 231 ◦ green 101 ◦ blue 250

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

Shades of Heliotrope #E765FA

Tints of Heliotrope #E765FA

RGB

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

 GREEN value IS 101 (39.84% from 255) = 17.35%

 BLUE value IS 250 (98.05% from 255) = 42.96%

R = 39.69%
G = 17.35%
B = 42.96%

CMYK

 C value IS 0.08

 M value IS 0.60

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E765FA (or 0xE765FA) is known color: Heliotrope. HEX triplet: E7, 65 and FA. RGB value is (231,101,250). Sum of RGB (Red+Green+Blue) = 231+101+250=582 (77% of max value = 765). Red value is 231 (90.62% from 255 or 39.69% from 582); Green value is 101 (39.84% from 255 or 17.35% from 582); Blue value is 250 (98.05% from 255 or 42.96% from 582); Max value from RGB is 250 - color contains mainly: blue. Hex color #E765FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E765FA is #189A05. Grayscale: #9C9C9C. Windows color (decimal): -1612294 or 16410087. OLE color: 16410087.

HSL color Cylindrical-coordinate representation of color #E765FA: hue angle of 292.35º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E765FA is Cyan = 0.08, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 231 101 250 -
CMYK 0.08 0.60 0 0.02
HSL 292.35º 0.94% 0.69% -
HSV(B) 292.35º 0.6% 0.98% -
XYZ 54.86 33.2 93.96 -
YUV 156.86 180.57 180.88 -
System Red Green Blue C M Y K H S L
Decimal 231 101 250 0.08 0.60 0 0.02 292.35 0.94 0.69
Hex E7 65 FA 8 3C 0 2 124 5E 45
Octal 347 145 372 10 74 0 2 444 136 105
Binary 11100111 1100101 11111010 1000 111100 0 10 100100100 1011110 1000101

Color Harmonies of #E765FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E765FA

Black with #E765FA

Text Example


Text Example

White with #E765FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E765FA; }

 p { color: rgb(231,101,250); }

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

background-color css

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

 a { background-color: rgb(231,101,250); }

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

border-color css

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

 span { border-color: rgb(231,101,250); }

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