Html Css Color HEX #E664F0 Heliotrope

📋 copy color: '#E664F0'

red 230 ◦ green 100 ◦ blue 240

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

Shades of Heliotrope #E664F0

Tints of Heliotrope #E664F0

RGB

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

 GREEN value IS 100 (39.45% from 255) = 17.54%

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

R = 40.35%
G = 17.54%
B = 42.11%

CMYK

 C value IS 0.04

 M value IS 0.58

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E664F0 (or 0xE664F0) is known color: Heliotrope. HEX triplet: E6, 64 and F0. RGB value is (230,100,240). Sum of RGB (Red+Green+Blue) = 230+100+240=570 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.35% from 570); Green value is 100 (39.45% from 255 or 17.54% from 570); Blue value is 240 (94.14% from 255 or 42.11% from 570); Max value from RGB is 240 - color contains mainly: blue. Hex color #E664F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E664F0 is #199B0F. Grayscale: #9A9A9A. Windows color (decimal): -1678096 or 15754470. OLE color: 15754470.

HSL color Cylindrical-coordinate representation of color #E664F0: hue angle of 295.71º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E664F0 is Cyan = 0.04, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 230 100 240 -
CMYK 0.04 0.58 0 0.06
HSL 295.71º 0.82% 0.67% -
HSV(B) 295.71º 0.58% 0.94% -
XYZ 52.92 32.23 85.87 -
YUV 154.83 176.07 181.62 -
System Red Green Blue C M Y K H S L
Decimal 230 100 240 0.04 0.58 0 0.06 295.71 0.82 0.67
Hex E6 64 F0 4 3A 0 6 128 52 43
Octal 346 144 360 4 72 0 6 450 122 103
Binary 11100110 1100100 11110000 100 111010 0 110 100101000 1010010 1000011

Color Harmonies of #E664F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E664F0

Black with #E664F0

Text Example


Text Example

White with #E664F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E664F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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