Html Css Color HEX #E76CFC Heliotrope

📋 copy color: '#E76CFC'

red 231 ◦ green 108 ◦ blue 252

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

Shades of Heliotrope #E76CFC

Tints of Heliotrope #E76CFC

RGB

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

 GREEN value IS 108 (42.58% from 255) = 18.27%

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

R = 39.09%
G = 18.27%
B = 42.64%

CMYK

 C value IS 0.08

 M value IS 0.57

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E76CFC (or 0xE76CFC) is known color: Heliotrope. HEX triplet: E7, 6C and FC. RGB value is (231,108,252). Sum of RGB (Red+Green+Blue) = 231+108+252=591 (78% of max value = 765). Red value is 231 (90.62% from 255 or 39.09% from 591); Green value is 108 (42.58% from 255 or 18.27% from 591); Blue value is 252 (98.83% from 255 or 42.64% from 591); Max value from RGB is 252 - color contains mainly: blue. Hex color #E76CFC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E76CFC is #189303. Grayscale: #A0A0A0. Windows color (decimal): -1610500 or 16542951. OLE color: 16542951.

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

Color convert

RGB 231 108 252 -
CMYK 0.08 0.57 0 0.01
HSL 291.25º 0.96% 0.71% -
HSV(B) 291.25º 0.57% 0.99% -
XYZ 55.89 34.74 95.86 -
YUV 161.19 179.25 177.79 -
System Red Green Blue C M Y K H S L
Decimal 231 108 252 0.08 0.57 0 0.01 291.25 0.96 0.71
Hex E7 6C FC 8 39 0 1 123 60 47
Octal 347 154 374 10 71 0 1 443 140 107
Binary 11100111 1101100 11111100 1000 111001 0 1 100100011 1100000 1000111

Color Harmonies of #E76CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76CFC

Black with #E76CFC

Text Example


Text Example

White with #E76CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76CFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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