Html Css Color HEX #E077FC Heliotrope

📋 copy color: '#E077FC'

red 224 ◦ green 119 ◦ blue 252

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

Shades of Heliotrope #E077FC

Tints of Heliotrope #E077FC

RGB

 RED value IS 224 (87.89% from 255) = 37.65%

 GREEN value IS 119 (46.88% from 255) = 20%

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

R = 37.65%
G = 20%
B = 42.35%

CMYK

 C value IS 0.11

 M value IS 0.53

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E077FC (or 0xE077FC) is known color: Heliotrope. HEX triplet: E0, 77 and FC. RGB value is (224,119,252). Sum of RGB (Red+Green+Blue) = 224+119+252=595 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.65% from 595); Green value is 119 (46.88% from 255 or 20% 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 #E077FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E077FC is #1F8803. Grayscale: #A5A5A5. Windows color (decimal): -2066436 or 16545760. OLE color: 16545760.

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

Color convert

RGB 224 119 252 -
CMYK 0.11 0.53 0 0.01
HSL 287.37º 0.96% 0.73% -
HSV(B) 287.37º 0.53% 0.99% -
XYZ 54.91 36.07 96.16 -
YUV 165.56 176.79 169.69 -
System Red Green Blue C M Y K H S L
Decimal 224 119 252 0.11 0.53 0 0.01 287.37 0.96 0.73
Hex E0 77 FC B 35 0 1 11F 60 49
Octal 340 167 374 13 65 0 1 437 140 111
Binary 11100000 1110111 11111100 1011 110101 0 1 100011111 1100000 1001001

Color Harmonies of #E077FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E077FC

Black with #E077FC

Text Example


Text Example

White with #E077FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E077FC; }

 p { color: rgb(224,119,252); }

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

background-color css

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

 a { background-color: rgb(224,119,252); }

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

border-color css

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

 span { border-color: rgb(224,119,252); }

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