Html Css Color HEX #E05DFF Heliotrope

📋 copy color: '#E05DFF'

red 224 ◦ green 93 ◦ blue 255

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

Shades of Heliotrope #E05DFF

Tints of Heliotrope #E05DFF

RGB

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

 GREEN value IS 93 (36.72% from 255) = 16.26%

 BLUE value IS 255 (100% from 255) = 44.58%

R = 39.16%
G = 16.26%
B = 44.58%

CMYK

 C value IS 0.12

 M value IS 0.64

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E05DFF (or 0xE05DFF) is known color: Heliotrope. HEX triplet: E0, 5D and FF. RGB value is (224,93,255). Sum of RGB (Red+Green+Blue) = 224+93+255=572 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.16% from 572); Green value is 93 (36.72% from 255 or 16.26% from 572); Blue value is 255 (100% from 255 or 44.58% from 572); Max value from RGB is 255 - color contains mainly: blue. Hex color #E05DFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E05DFF is #1FA200. Grayscale: #969696. Windows color (decimal): -2073089 or 16735712. OLE color: 16735712.

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

Color convert

RGB 224 93 255 -
CMYK 0.12 0.64 0 0
HSL 288.52º 1% 0.68% -
HSV(B) 288.52º 0.64% 1% -
XYZ 52.7 30.9 97.79 -
YUV 150.64 186.9 180.33 -
System Red Green Blue C M Y K H S L
Decimal 224 93 255 0.12 0.64 0 0 288.52 1 0.68
Hex E0 5D FF C 40 0 0 121 64 44
Octal 340 135 377 14 100 0 0 441 144 104
Binary 11100000 1011101 11111111 1100 1000000 0 0 100100001 1100100 1000100

Color Harmonies of #E05DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05DFF

Black with #E05DFF

Text Example


Text Example

White with #E05DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05DFF; }

 p { color: rgb(224,93,255); }

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

background-color css

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

 a { background-color: rgb(224,93,255); }

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

border-color css

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

 span { border-color: rgb(224,93,255); }

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