Html Css Color HEX #E085FC Heliotrope

📋 copy color: '#E085FC'

red 224 ◦ green 133 ◦ blue 252

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

Shades of Heliotrope #E085FC

Tints of Heliotrope #E085FC

RGB

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

 GREEN value IS 133 (52.34% from 255) = 21.84%

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

R = 36.78%
G = 21.84%
B = 41.38%

CMYK

 C value IS 0.11

 M value IS 0.47

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E085FC (or 0xE085FC) is known color: Heliotrope. HEX triplet: E0, 85 and FC. RGB value is (224,133,252). Sum of RGB (Red+Green+Blue) = 224+133+252=609 (80% of max value = 765). Red value is 224 (87.89% from 255 or 36.78% from 609); Green value is 133 (52.34% from 255 or 21.84% from 609); Blue value is 252 (98.83% from 255 or 41.38% from 609); Max value from RGB is 252 - color contains mainly: blue. Hex color #E085FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E085FC is #1F7A03. Grayscale: #ADADAD. Windows color (decimal): -2062852 or 16549344. OLE color: 16549344.

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

Color convert

RGB 224 133 252 -
CMYK 0.11 0.47 0 0.01
HSL 285.88º 0.95% 0.75% -
HSV(B) 285.88º 0.47% 0.99% -
XYZ 56.7 39.65 96.76 -
YUV 173.78 172.15 163.82 -
System Red Green Blue C M Y K H S L
Decimal 224 133 252 0.11 0.47 0 0.01 285.88 0.95 0.75
Hex E0 85 FC B 2F 0 1 11E 5F 4B
Octal 340 205 374 13 57 0 1 436 137 113
Binary 11100000 10000101 11111100 1011 101111 0 1 100011110 1011111 1001011

Color Harmonies of #E085FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E085FC

Black with #E085FC

Text Example


Text Example

White with #E085FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E085FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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