Html Css Color HEX #E059FC Heliotrope

📋 copy color: '#E059FC'

red 224 ◦ green 89 ◦ blue 252

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

Shades of Heliotrope #E059FC

Tints of Heliotrope #E059FC

RGB

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

 GREEN value IS 89 (35.16% from 255) = 15.75%

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

R = 39.65%
G = 15.75%
B = 44.6%

CMYK

 C value IS 0.11

 M value IS 0.65

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E059FC (or 0xE059FC) is known color: Heliotrope. HEX triplet: E0, 59 and FC. RGB value is (224,89,252). Sum of RGB (Red+Green+Blue) = 224+89+252=565 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.65% from 565); Green value is 89 (35.16% from 255 or 15.75% from 565); Blue value is 252 (98.83% from 255 or 44.60% from 565); Max value from RGB is 252 - color contains mainly: blue. Hex color #E059FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E059FC is #1FA603. Grayscale: #939393. Windows color (decimal): -2074116 or 16538080. OLE color: 16538080.

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

Color convert

RGB 224 89 252 -
CMYK 0.11 0.65 0 0.01
HSL 289.69º 0.96% 0.67% -
HSV(B) 289.69º 0.65% 0.99% -
XYZ 51.88 30.02 95.16 -
YUV 147.95 186.73 182.25 -
System Red Green Blue C M Y K H S L
Decimal 224 89 252 0.11 0.65 0 0.01 289.69 0.96 0.67
Hex E0 59 FC B 41 0 1 122 60 43
Octal 340 131 374 13 101 0 1 442 140 103
Binary 11100000 1011001 11111100 1011 1000001 0 1 100100010 1100000 1000011

Color Harmonies of #E059FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E059FC

Black with #E059FC

Text Example


Text Example

White with #E059FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E059FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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