Html Css Color HEX #E078F6 Heliotrope

📋 copy color: '#E078F6'

red 224 ◦ green 120 ◦ blue 246

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

Shades of Heliotrope #E078F6

Tints of Heliotrope #E078F6

RGB

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

 GREEN value IS 120 (47.27% from 255) = 20.34%

 BLUE value IS 246 (96.48% from 255) = 41.69%

R = 37.97%
G = 20.34%
B = 41.69%

CMYK

 C value IS 0.09

 M value IS 0.51

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#E078F6 (or 0xE078F6) is known color: Heliotrope. HEX triplet: E0, 78 and F6. RGB value is (224,120,246). Sum of RGB (Red+Green+Blue) = 224+120+246=590 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.97% from 590); Green value is 120 (47.27% from 255 or 20.34% from 590); Blue value is 246 (96.48% from 255 or 41.69% from 590); Max value from RGB is 246 - color contains mainly: blue. Hex color #E078F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E078F6 is #1F8709. Grayscale: #A5A5A5. Windows color (decimal): -2066186 or 16152800. OLE color: 16152800.

HSL color Cylindrical-coordinate representation of color #E078F6: hue angle of 289.52º degrees, saturation: 0.88, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E078F6 is Cyan = 0.09, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 224 120 246 -
CMYK 0.09 0.51 0 0.04
HSL 289.52º 0.88% 0.72% -
HSV(B) 289.52º 0.51% 0.96% -
XYZ 54.09 35.93 91.27 -
YUV 165.46 173.46 169.75 -
System Red Green Blue C M Y K H S L
Decimal 224 120 246 0.09 0.51 0 0.04 289.52 0.88 0.72
Hex E0 78 F6 9 33 0 4 122 58 48
Octal 340 170 366 11 63 0 4 442 130 110
Binary 11100000 1111000 11110110 1001 110011 0 100 100100010 1011000 1001000

Color Harmonies of #E078F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E078F6

Black with #E078F6

Text Example


Text Example

White with #E078F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E078F6; }

 p { color: rgb(224,120,246); }

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

background-color css

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

 a { background-color: rgb(224,120,246); }

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

border-color css

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

 span { border-color: rgb(224,120,246); }

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