Html Css Color HEX #E061F0 Heliotrope

📋 copy color: '#E061F0'

red 224 ◦ green 97 ◦ blue 240

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

Shades of Heliotrope #E061F0

Tints of Heliotrope #E061F0

RGB

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

 GREEN value IS 97 (38.28% from 255) = 17.29%

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

R = 39.93%
G = 17.29%
B = 42.78%

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

#E061F0 (or 0xE061F0) is known color: Heliotrope. HEX triplet: E0, 61 and F0. RGB value is (224,97,240). Sum of RGB (Red+Green+Blue) = 224+97+240=561 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.93% from 561); Green value is 97 (38.28% from 255 or 17.29% from 561); Blue value is 240 (94.14% from 255 or 42.78% from 561); Max value from RGB is 240 - color contains mainly: blue. Hex color #E061F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E061F0 is #1F9E0F. Grayscale: #969696. Windows color (decimal): -2072080 or 15753696. OLE color: 15753696.

HSL color Cylindrical-coordinate representation of color #E061F0: hue angle of 293.29º 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 #E061F0 is Cyan = 0.07, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 224 97 240 -
CMYK 0.07 0.60 0 0.06
HSL 293.29º 0.83% 0.66% -
HSV(B) 293.29º 0.6% 0.94% -
XYZ 50.74 30.69 85.69 -
YUV 151.28 178.08 179.87 -
System Red Green Blue C M Y K H S L
Decimal 224 97 240 0.07 0.60 0 0.06 293.29 0.83 0.66
Hex E0 61 F0 7 3C 0 6 125 53 42
Octal 340 141 360 7 74 0 6 445 123 102
Binary 11100000 1100001 11110000 111 111100 0 110 100100101 1010011 1000010

Color Harmonies of #E061F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E061F0

Black with #E061F0

Text Example


Text Example

White with #E061F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E061F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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