Html Css Color HEX #E770FC Heliotrope

📋 copy color: '#E770FC'

red 231 ◦ green 112 ◦ blue 252

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

Shades of Heliotrope #E770FC

Tints of Heliotrope #E770FC

RGB

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

 GREEN value IS 112 (44.14% from 255) = 18.82%

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

R = 38.82%
G = 18.82%
B = 42.35%

CMYK

 C value IS 0.08

 M value IS 0.56

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E770FC (or 0xE770FC) is known color: Heliotrope. HEX triplet: E7, 70 and FC. RGB value is (231,112,252). Sum of RGB (Red+Green+Blue) = 231+112+252=595 (78% of max value = 765). Red value is 231 (90.62% from 255 or 38.82% from 595); Green value is 112 (44.14% from 255 or 18.82% from 595); Blue value is 252 (98.83% from 255 or 42.35% from 595); Max value from RGB is 252 - color contains mainly: blue. Hex color #E770FC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E770FC is #188F03. Grayscale: #A3A3A3. Windows color (decimal): -1609476 or 16543975. OLE color: 16543975.

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

Color convert

RGB 231 112 252 -
CMYK 0.08 0.56 0 0.01
HSL 291º 0.96% 0.71% -
HSV(B) 291º 0.56% 0.99% -
XYZ 56.32 35.61 96 -
YUV 163.54 177.92 176.12 -
System Red Green Blue C M Y K H S L
Decimal 231 112 252 0.08 0.56 0 0.01 291 0.96 0.71
Hex E7 70 FC 8 38 0 1 123 60 47
Octal 347 160 374 10 70 0 1 443 140 107
Binary 11100111 1110000 11111100 1000 111000 0 1 100100011 1100000 1000111

Color Harmonies of #E770FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E770FC

Black with #E770FC

Text Example


Text Example

White with #E770FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E770FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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