Html Css Color HEX #E661F0 Heliotrope

📋 copy color: '#E661F0'

red 230 ◦ green 97 ◦ blue 240

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

Shades of Heliotrope #E661F0

Tints of Heliotrope #E661F0

RGB

 RED value IS 230 (90.23% from 255) = 40.56%

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

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

R = 40.56%
G = 17.11%
B = 42.33%

CMYK

 C value IS 0.04

 M value IS 0.60

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E661F0 (or 0xE661F0) is known color: Heliotrope. HEX triplet: E6, 61 and F0. RGB value is (230,97,240). Sum of RGB (Red+Green+Blue) = 230+97+240=567 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.56% from 567); Green value is 97 (38.28% from 255 or 17.11% from 567); Blue value is 240 (94.14% from 255 or 42.33% from 567); Max value from RGB is 240 - color contains mainly: blue. Hex color #E661F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E661F0 is #199E0F. Grayscale: #989898. Windows color (decimal): -1678864 or 15753702. OLE color: 15753702.

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

Color convert

RGB 230 97 240 -
CMYK 0.04 0.60 0 0.06
HSL 295.8º 0.83% 0.66% -
HSV(B) 295.8º 0.6% 0.94% -
XYZ 52.64 31.66 85.78 -
YUV 153.07 177.06 182.87 -
System Red Green Blue C M Y K H S L
Decimal 230 97 240 0.04 0.60 0 0.06 295.8 0.83 0.66
Hex E6 61 F0 4 3C 0 6 128 53 42
Octal 346 141 360 4 74 0 6 450 123 102
Binary 11100110 1100001 11110000 100 111100 0 110 100101000 1010011 1000010

Color Harmonies of #E661F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E661F0

Black with #E661F0

Text Example


Text Example

White with #E661F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E661F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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