Html Css Color HEX #E085F9 Heliotrope

📋 copy color: '#E085F9'

red 224 ◦ green 133 ◦ blue 249

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

Shades of Heliotrope #E085F9

Tints of Heliotrope #E085F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 41.09%

R = 36.96%
G = 21.95%
B = 41.09%

CMYK

 C value IS 0.10

 M value IS 0.47

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E085F9 (or 0xE085F9) is known color: Heliotrope. HEX triplet: E0, 85 and F9. RGB value is (224,133,249). Sum of RGB (Red+Green+Blue) = 224+133+249=606 (80% of max value = 765). Red value is 224 (87.89% from 255 or 36.96% from 606); Green value is 133 (52.34% from 255 or 21.95% from 606); Blue value is 249 (97.66% from 255 or 41.09% from 606); Max value from RGB is 249 - color contains mainly: blue. Hex color #E085F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E085F9 is #1F7A06. Grayscale: #ADADAD. Windows color (decimal): -2062855 or 16352736. OLE color: 16352736.

HSL color Cylindrical-coordinate representation of color #E085F9: hue angle of 287.07º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E085F9 is Cyan = 0.10, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 224 133 249 -
CMYK 0.10 0.47 0 0.02
HSL 287.07º 0.91% 0.75% -
HSV(B) 287.07º 0.47% 0.98% -
XYZ 56.23 39.46 94.28 -
YUV 173.43 170.65 164.07 -
System Red Green Blue C M Y K H S L
Decimal 224 133 249 0.10 0.47 0 0.02 287.07 0.91 0.75
Hex E0 85 F9 A 2F 0 2 11F 5B 4B
Octal 340 205 371 12 57 0 2 437 133 113
Binary 11100000 10000101 11111001 1010 101111 0 10 100011111 1011011 1001011

Color Harmonies of #E085F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E085F9

Black with #E085F9

Text Example


Text Example

White with #E085F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E085F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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