Html Css Color HEX #E668F0 Heliotrope

📋 copy color: '#E668F0'

red 230 ◦ green 104 ◦ blue 240

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

Shades of Heliotrope #E668F0

Tints of Heliotrope #E668F0

RGB

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

 GREEN value IS 104 (41.02% from 255) = 18.12%

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

R = 40.07%
G = 18.12%
B = 41.81%

CMYK

 C value IS 0.04

 M value IS 0.57

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E668F0 (or 0xE668F0) is known color: Heliotrope. HEX triplet: E6, 68 and F0. RGB value is (230,104,240). Sum of RGB (Red+Green+Blue) = 230+104+240=574 (76% of max value = 765). Red value is 230 (90.23% from 255 or 40.07% from 574); Green value is 104 (41.02% from 255 or 18.12% from 574); Blue value is 240 (94.14% from 255 or 41.81% from 574); Max value from RGB is 240 - color contains mainly: blue. Hex color #E668F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E668F0 is #19970F. Grayscale: #9C9C9C. Windows color (decimal): -1677072 or 15755494. OLE color: 15755494.

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

Color convert

RGB 230 104 240 -
CMYK 0.04 0.57 0 0.06
HSL 295.59º 0.82% 0.67% -
HSV(B) 295.59º 0.57% 0.94% -
XYZ 53.31 33.01 86 -
YUV 157.18 174.74 179.94 -
System Red Green Blue C M Y K H S L
Decimal 230 104 240 0.04 0.57 0 0.06 295.59 0.82 0.67
Hex E6 68 F0 4 39 0 6 128 52 43
Octal 346 150 360 4 71 0 6 450 122 103
Binary 11100110 1101000 11110000 100 111001 0 110 100101000 1010010 1000011

Color Harmonies of #E668F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E668F0

Black with #E668F0

Text Example


Text Example

White with #E668F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E668F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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