Html Css Color HEX #E084FC Heliotrope

📋 copy color: '#E084FC'

red 224 ◦ green 132 ◦ blue 252

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

Shades of Heliotrope #E084FC

Tints of Heliotrope #E084FC

RGB

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

 GREEN value IS 132 (51.95% from 255) = 21.71%

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

R = 36.84%
G = 21.71%
B = 41.45%

CMYK

 C value IS 0.11

 M value IS 0.48

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E084FC (or 0xE084FC) is known color: Heliotrope. HEX triplet: E0, 84 and FC. RGB value is (224,132,252). Sum of RGB (Red+Green+Blue) = 224+132+252=608 (80% of max value = 765). Red value is 224 (87.89% from 255 or 36.84% from 608); Green value is 132 (51.95% from 255 or 21.71% from 608); Blue value is 252 (98.83% from 255 or 41.45% from 608); Max value from RGB is 252 - color contains mainly: blue. Hex color #E084FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E084FC is #1F7B03. Grayscale: #ACACAC. Windows color (decimal): -2063108 or 16549088. OLE color: 16549088.

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

Color convert

RGB 224 132 252 -
CMYK 0.11 0.48 0 0.01
HSL 286º 0.95% 0.75% -
HSV(B) 286º 0.48% 0.99% -
XYZ 56.56 39.38 96.72 -
YUV 173.19 172.48 164.24 -
System Red Green Blue C M Y K H S L
Decimal 224 132 252 0.11 0.48 0 0.01 286 0.95 0.75
Hex E0 84 FC B 30 0 1 11E 5F 4B
Octal 340 204 374 13 60 0 1 436 137 113
Binary 11100000 10000100 11111100 1011 110000 0 1 100011110 1011111 1001011

Color Harmonies of #E084FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E084FC

Black with #E084FC

Text Example


Text Example

White with #E084FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E084FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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