Html Css Color HEX #E078FC Heliotrope

📋 copy color: '#E078FC'

red 224 ◦ green 120 ◦ blue 252

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

Shades of Heliotrope #E078FC

Tints of Heliotrope #E078FC

RGB

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

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

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

R = 37.58%
G = 20.13%
B = 42.28%

CMYK

 C value IS 0.11

 M value IS 0.52

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E078FC (or 0xE078FC) is known color: Heliotrope. HEX triplet: E0, 78 and FC. RGB value is (224,120,252). Sum of RGB (Red+Green+Blue) = 224+120+252=596 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.58% from 596); Green value is 120 (47.27% from 255 or 20.13% from 596); Blue value is 252 (98.83% from 255 or 42.28% from 596); Max value from RGB is 252 - color contains mainly: blue. Hex color #E078FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E078FC is #1F8703. Grayscale: #A5A5A5. Windows color (decimal): -2066180 or 16546016. OLE color: 16546016.

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

Color convert

RGB 224 120 252 -
CMYK 0.11 0.52 0 0.01
HSL 287.27º 0.96% 0.73% -
HSV(B) 287.27º 0.52% 0.99% -
XYZ 55.03 36.31 96.2 -
YUV 166.14 176.46 169.27 -
System Red Green Blue C M Y K H S L
Decimal 224 120 252 0.11 0.52 0 0.01 287.27 0.96 0.73
Hex E0 78 FC B 34 0 1 11F 60 49
Octal 340 170 374 13 64 0 1 437 140 111
Binary 11100000 1111000 11111100 1011 110100 0 1 100011111 1100000 1001001

Color Harmonies of #E078FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E078FC

Black with #E078FC

Text Example


Text Example

White with #E078FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E078FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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