Html Css Color HEX #E05FF0 Heliotrope

📋 copy color: '#E05FF0'

red 224 ◦ green 95 ◦ blue 240

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

Shades of Heliotrope #E05FF0

Tints of Heliotrope #E05FF0

RGB

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

 GREEN value IS 95 (37.5% from 255) = 16.99%

 BLUE value IS 240 (94.14% from 255) = 42.93%

R = 40.07%
G = 16.99%
B = 42.93%

CMYK

 C value IS 0.07

 M value IS 0.60

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E05FF0 (or 0xE05FF0) is known color: Heliotrope. HEX triplet: E0, 5F and F0. RGB value is (224,95,240). Sum of RGB (Red+Green+Blue) = 224+95+240=559 (74% of max value = 765). Red value is 224 (87.89% from 255 or 40.07% from 559); Green value is 95 (37.5% from 255 or 16.99% from 559); Blue value is 240 (94.14% from 255 or 42.93% from 559); Max value from RGB is 240 - color contains mainly: blue. Hex color #E05FF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E05FF0 is #1FA00F. Grayscale: #959595. Windows color (decimal): -2072592 or 15753184. OLE color: 15753184.

HSL color Cylindrical-coordinate representation of color #E05FF0: hue angle of 293.38º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E05FF0 is Cyan = 0.07, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 224 95 240 -
CMYK 0.07 0.60 0 0.06
HSL 293.38º 0.83% 0.66% -
HSV(B) 293.38º 0.6% 0.94% -
XYZ 50.56 30.32 85.63 -
YUV 150.1 178.74 180.71 -
System Red Green Blue C M Y K H S L
Decimal 224 95 240 0.07 0.60 0 0.06 293.38 0.83 0.66
Hex E0 5F F0 7 3C 0 6 125 53 42
Octal 340 137 360 7 74 0 6 445 123 102
Binary 11100000 1011111 11110000 111 111100 0 110 100100101 1010011 1000010

Color Harmonies of #E05FF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05FF0

Black with #E05FF0

Text Example


Text Example

White with #E05FF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05FF0; }

 p { color: rgb(224,95,240); }

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

background-color css

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

 a { background-color: rgb(224,95,240); }

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

border-color css

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

 span { border-color: rgb(224,95,240); }

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