Html Css Color HEX #E078FD Heliotrope

📋 copy color: '#E078FD'

red 224 ◦ green 120 ◦ blue 253

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

Shades of Heliotrope #E078FD

Tints of Heliotrope #E078FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 42.38%

R = 37.52%
G = 20.1%
B = 42.38%

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

#E078FD (or 0xE078FD) is known color: Heliotrope. HEX triplet: E0, 78 and FD. RGB value is (224,120,253). Sum of RGB (Red+Green+Blue) = 224+120+253=597 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.52% from 597); Green value is 120 (47.27% from 255 or 20.10% from 597); Blue value is 253 (99.22% from 255 or 42.38% from 597); Max value from RGB is 253 - color contains mainly: blue. Hex color #E078FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E078FD is #1F8702. Grayscale: #A5A5A5. Windows color (decimal): -2066179 or 16611552. OLE color: 16611552.

HSL color Cylindrical-coordinate representation of color #E078FD: hue angle of 286.92º degrees, saturation: 0.97, 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 #E078FD is Cyan = 0.11, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 224 120 253 -
CMYK 0.11 0.53 0 0.01
HSL 286.92º 0.97% 0.73% -
HSV(B) 286.92º 0.53% 0.99% -
XYZ 55.19 36.37 97.04 -
YUV 166.26 176.96 169.19 -
System Red Green Blue C M Y K H S L
Decimal 224 120 253 0.11 0.53 0 0.01 286.92 0.97 0.73
Hex E0 78 FD B 35 0 1 11F 61 49
Octal 340 170 375 13 65 0 1 437 141 111
Binary 11100000 1111000 11111101 1011 110101 0 1 100011111 1100001 1001001

Color Harmonies of #E078FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E078FD

Black with #E078FD

Text Example


Text Example

White with #E078FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E078FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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