Html Css Color HEX #E77DFC Heliotrope

📋 copy color: '#E77DFC'

red 231 ◦ green 125 ◦ blue 252

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

Shades of Heliotrope #E77DFC

Tints of Heliotrope #E77DFC

RGB

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

 GREEN value IS 125 (49.22% from 255) = 20.56%

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

R = 37.99%
G = 20.56%
B = 41.45%

CMYK

 C value IS 0.08

 M value IS 0.50

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E77DFC (or 0xE77DFC) is known color: Heliotrope. HEX triplet: E7, 7D and FC. RGB value is (231,125,252). Sum of RGB (Red+Green+Blue) = 231+125+252=608 (80% of max value = 765). Red value is 231 (90.62% from 255 or 37.99% from 608); Green value is 125 (49.22% from 255 or 20.56% from 608); Blue value is 252 (98.83% from 255 or 41.45% from 608); Max value from RGB is 252 - color contains mainly: blue. Hex color #E77DFC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E77DFC is #188203. Grayscale: #AAAAAA. Windows color (decimal): -1606148 or 16547303. OLE color: 16547303.

HSL color Cylindrical-coordinate representation of color #E77DFC: hue angle of 290.08º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E77DFC is Cyan = 0.08, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 231 125 252 -
CMYK 0.08 0.50 0 0.01
HSL 290.08º 0.95% 0.74% -
HSV(B) 290.08º 0.5% 0.99% -
XYZ 57.86 38.68 96.51 -
YUV 171.17 173.62 170.67 -
System Red Green Blue C M Y K H S L
Decimal 231 125 252 0.08 0.50 0 0.01 290.08 0.95 0.74
Hex E7 7D FC 8 32 0 1 122 5F 4A
Octal 347 175 374 10 62 0 1 442 137 112
Binary 11100111 1111101 11111100 1000 110010 0 1 100100010 1011111 1001010

Color Harmonies of #E77DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E77DFC

Black with #E77DFC

Text Example


Text Example

White with #E77DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E77DFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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