Html Css Color HEX #E76BFC Heliotrope

📋 copy color: '#E76BFC'

red 231 ◦ green 107 ◦ blue 252

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

Shades of Heliotrope #E76BFC

Tints of Heliotrope #E76BFC

RGB

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

 GREEN value IS 107 (42.19% from 255) = 18.14%

 BLUE value IS 252 (98.83% from 255) = 42.71%

R = 39.15%
G = 18.14%
B = 42.71%

CMYK

 C value IS 0.08

 M value IS 0.58

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E76BFC (or 0xE76BFC) is known color: Heliotrope. HEX triplet: E7, 6B and FC. RGB value is (231,107,252). Sum of RGB (Red+Green+Blue) = 231+107+252=590 (78% of max value = 765). Red value is 231 (90.62% from 255 or 39.15% from 590); Green value is 107 (42.19% from 255 or 18.14% from 590); Blue value is 252 (98.83% from 255 or 42.71% from 590); Max value from RGB is 252 - color contains mainly: blue. Hex color #E76BFC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E76BFC is #189403. Grayscale: #A0A0A0. Windows color (decimal): -1610756 or 16542695. OLE color: 16542695.

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

Color convert

RGB 231 107 252 -
CMYK 0.08 0.58 0 0.01
HSL 291.31º 0.96% 0.7% -
HSV(B) 291.31º 0.58% 0.99% -
XYZ 55.78 34.53 95.82 -
YUV 160.61 179.58 178.21 -
System Red Green Blue C M Y K H S L
Decimal 231 107 252 0.08 0.58 0 0.01 291.31 0.96 0.7
Hex E7 6B FC 8 3A 0 1 123 60 46
Octal 347 153 374 10 72 0 1 443 140 106
Binary 11100111 1101011 11111100 1000 111010 0 1 100100011 1100000 1000110

Color Harmonies of #E76BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76BFC

Black with #E76BFC

Text Example


Text Example

White with #E76BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76BFC; }

 p { color: rgb(231,107,252); }

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

background-color css

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

 a { background-color: rgb(231,107,252); }

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

border-color css

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

 span { border-color: rgb(231,107,252); }

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