Html Css Color HEX #E077EF Heliotrope

📋 copy color: '#E077EF'

red 224 ◦ green 119 ◦ blue 239

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

Shades of Heliotrope #E077EF

Tints of Heliotrope #E077EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 41.07%

R = 38.49%
G = 20.45%
B = 41.07%

CMYK

 C value IS 0.06

 M value IS 0.50

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E077EF (or 0xE077EF) is known color: Heliotrope. HEX triplet: E0, 77 and EF. RGB value is (224,119,239). Sum of RGB (Red+Green+Blue) = 224+119+239=582 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.49% from 582); Green value is 119 (46.88% from 255 or 20.45% from 582); Blue value is 239 (93.75% from 255 or 41.07% from 582); Max value from RGB is 239 - color contains mainly: blue. Hex color #E077EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E077EF is #1F8810. Grayscale: #A3A3A3. Windows color (decimal): -2066449 or 15693792. OLE color: 15693792.

HSL color Cylindrical-coordinate representation of color #E077EF: hue angle of 292.5º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E077EF is Cyan = 0.06, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 224 119 239 -
CMYK 0.06 0.50 0 0.06
HSL 292.5º 0.79% 0.7% -
HSV(B) 292.5º 0.5% 0.94% -
XYZ 52.92 35.27 85.68 -
YUV 164.08 170.29 170.74 -
System Red Green Blue C M Y K H S L
Decimal 224 119 239 0.06 0.50 0 0.06 292.5 0.79 0.7
Hex E0 77 EF 6 32 0 6 124 4F 46
Octal 340 167 357 6 62 0 6 444 117 106
Binary 11100000 1110111 11101111 110 110010 0 110 100100100 1001111 1000110

Color Harmonies of #E077EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E077EF

Black with #E077EF

Text Example


Text Example

White with #E077EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E077EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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