Html Css Color HEX #E05EFF Heliotrope

📋 copy color: '#E05EFF'

red 224 ◦ green 94 ◦ blue 255

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

Shades of Heliotrope #E05EFF

Tints of Heliotrope #E05EFF

RGB

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

 GREEN value IS 94 (37.11% from 255) = 16.4%

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

R = 39.09%
G = 16.4%
B = 44.5%

CMYK

 C value IS 0.12

 M value IS 0.63

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E05EFF (or 0xE05EFF) is known color: Heliotrope. HEX triplet: E0, 5E and FF. RGB value is (224,94,255). Sum of RGB (Red+Green+Blue) = 224+94+255=573 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.09% from 573); Green value is 94 (37.11% from 255 or 16.40% from 573); Blue value is 255 (100% from 255 or 44.50% from 573); Max value from RGB is 255 - color contains mainly: blue. Hex color #E05EFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E05EFF is #1FA100. Grayscale: #969696. Windows color (decimal): -2072833 or 16735968. OLE color: 16735968.

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

Color convert

RGB 224 94 255 -
CMYK 0.12 0.63 0 0
HSL 288.45º 1% 0.68% -
HSV(B) 288.45º 0.63% 1% -
XYZ 52.79 31.07 97.82 -
YUV 151.22 186.57 179.91 -
System Red Green Blue C M Y K H S L
Decimal 224 94 255 0.12 0.63 0 0 288.45 1 0.68
Hex E0 5E FF C 3F 0 0 120 64 44
Octal 340 136 377 14 77 0 0 440 144 104
Binary 11100000 1011110 11111111 1100 111111 0 0 100100000 1100100 1000100

Color Harmonies of #E05EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05EFF

Black with #E05EFF

Text Example


Text Example

White with #E05EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05EFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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