Html Css Color HEX #E76AFB Heliotrope

📋 copy color: '#E76AFB'

red 231 ◦ green 106 ◦ blue 251

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

Shades of Heliotrope #E76AFB

Tints of Heliotrope #E76AFB

RGB

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

 GREEN value IS 106 (41.8% from 255) = 18.03%

 BLUE value IS 251 (98.44% from 255) = 42.69%

R = 39.29%
G = 18.03%
B = 42.69%

CMYK

 C value IS 0.08

 M value IS 0.58

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E76AFB (or 0xE76AFB) is known color: Heliotrope. HEX triplet: E7, 6A and FB. RGB value is (231,106,251). Sum of RGB (Red+Green+Blue) = 231+106+251=588 (77% of max value = 765). Red value is 231 (90.62% from 255 or 39.29% from 588); Green value is 106 (41.80% from 255 or 18.03% from 588); Blue value is 251 (98.44% from 255 or 42.69% from 588); Max value from RGB is 251 - color contains mainly: blue. Hex color #E76AFB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E76AFB is #189504. Grayscale: #9F9F9F. Windows color (decimal): -1611013 or 16476903. OLE color: 16476903.

HSL color Cylindrical-coordinate representation of color #E76AFB: hue angle of 291.72º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E76AFB is Cyan = 0.08, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 231 106 251 -
CMYK 0.08 0.58 0 0.02
HSL 291.72º 0.95% 0.7% -
HSV(B) 291.72º 0.58% 0.98% -
XYZ 55.52 34.26 94.95 -
YUV 159.91 179.41 178.71 -
System Red Green Blue C M Y K H S L
Decimal 231 106 251 0.08 0.58 0 0.02 291.72 0.95 0.7
Hex E7 6A FB 8 3A 0 2 124 5F 46
Octal 347 152 373 10 72 0 2 444 137 106
Binary 11100111 1101010 11111011 1000 111010 0 10 100100100 1011111 1000110

Color Harmonies of #E76AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76AFB

Black with #E76AFB

Text Example


Text Example

White with #E76AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76AFB; }

 p { color: rgb(231,106,251); }

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

background-color css

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

 a { background-color: rgb(231,106,251); }

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

border-color css

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

 span { border-color: rgb(231,106,251); }

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