Html Css Color HEX #E078F5 Heliotrope

📋 copy color: '#E078F5'

red 224 ◦ green 120 ◦ blue 245

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

Shades of Heliotrope #E078F5

Tints of Heliotrope #E078F5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 41.6%

R = 38.03%
G = 20.37%
B = 41.6%

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

#E078F5 (or 0xE078F5) is known color: Heliotrope. HEX triplet: E0, 78 and F5. RGB value is (224,120,245). Sum of RGB (Red+Green+Blue) = 224+120+245=589 (78% of max value = 765). Red value is 224 (87.89% from 255 or 38.03% from 589); Green value is 120 (47.27% from 255 or 20.37% from 589); Blue value is 245 (96.09% from 255 or 41.60% from 589); Max value from RGB is 245 - color contains mainly: blue. Hex color #E078F5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E078F5 is #1F870A. Grayscale: #A4A4A4. Windows color (decimal): -2066187 or 16087264. OLE color: 16087264.

HSL color Cylindrical-coordinate representation of color #E078F5: hue angle of 289.92º degrees, saturation: 0.86, 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 #E078F5 is Cyan = 0.09, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 224 120 245 -
CMYK 0.09 0.51 0 0.04
HSL 289.92º 0.86% 0.72% -
HSV(B) 289.92º 0.51% 0.96% -
XYZ 53.94 35.87 90.47 -
YUV 165.35 172.96 169.84 -
System Red Green Blue C M Y K H S L
Decimal 224 120 245 0.09 0.51 0 0.04 289.92 0.86 0.72
Hex E0 78 F5 9 33 0 4 122 56 48
Octal 340 170 365 11 63 0 4 442 126 110
Binary 11100000 1111000 11110101 1001 110011 0 100 100100010 1010110 1001000

Color Harmonies of #E078F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E078F5

Black with #E078F5

Text Example


Text Example

White with #E078F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E078F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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