Html Css Color HEX #E085FE Heliotrope

📋 copy color: '#E085FE'

red 224 ◦ green 133 ◦ blue 254

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

Shades of Heliotrope #E085FE

Tints of Heliotrope #E085FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 41.57%

R = 36.66%
G = 21.77%
B = 41.57%

CMYK

 C value IS 0.12

 M value IS 0.48

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E085FE (or 0xE085FE) is known color: Heliotrope. HEX triplet: E0, 85 and FE. RGB value is (224,133,254). Sum of RGB (Red+Green+Blue) = 224+133+254=611 (80% of max value = 765). Red value is 224 (87.89% from 255 or 36.66% from 611); Green value is 133 (52.34% from 255 or 21.77% from 611); Blue value is 254 (99.61% from 255 or 41.57% from 611); Max value from RGB is 254 - color contains mainly: blue. Hex color #E085FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E085FE is #1F7A01. Grayscale: #ADADAD. Windows color (decimal): -2062850 or 16680416. OLE color: 16680416.

HSL color Cylindrical-coordinate representation of color #E085FE: hue angle of 285.12º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E085FE is Cyan = 0.12, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 224 133 254 -
CMYK 0.12 0.48 0 0.00
HSL 285.12º 0.98% 0.76% -
HSV(B) 285.12º 0.48% 1% -
XYZ 57.02 39.78 98.44 -
YUV 174 173.15 163.66 -
System Red Green Blue C M Y K H S L
Decimal 224 133 254 0.12 0.48 0 0.00 285.12 0.98 0.76
Hex E0 85 FE C 30 0 0 11D 62 4C
Octal 340 205 376 14 60 0 0 435 142 114
Binary 11100000 10000101 11111110 1100 110000 0 0 100011101 1100010 1001100

Color Harmonies of #E085FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E085FE

Black with #E085FE

Text Example


Text Example

White with #E085FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E085FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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