Html Css Color HEX #E66AF0 Heliotrope

📋 copy color: '#E66AF0'

red 230 ◦ green 106 ◦ blue 240

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

Shades of Heliotrope #E66AF0

Tints of Heliotrope #E66AF0

RGB

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

 GREEN value IS 106 (41.8% from 255) = 18.4%

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

R = 39.93%
G = 18.4%
B = 41.67%

CMYK

 C value IS 0.04

 M value IS 0.56

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E66AF0 (or 0xE66AF0) is known color: Heliotrope. HEX triplet: E6, 6A and F0. RGB value is (230,106,240). Sum of RGB (Red+Green+Blue) = 230+106+240=576 (76% of max value = 765). Red value is 230 (90.23% from 255 or 39.93% from 576); Green value is 106 (41.80% from 255 or 18.40% from 576); Blue value is 240 (94.14% from 255 or 41.67% from 576); Max value from RGB is 240 - color contains mainly: blue. Hex color #E66AF0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E66AF0 is #19950F. Grayscale: #9D9D9D. Windows color (decimal): -1676560 or 15756006. OLE color: 15756006.

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

Color convert

RGB 230 106 240 -
CMYK 0.04 0.56 0 0.06
HSL 295.52º 0.82% 0.68% -
HSV(B) 295.52º 0.56% 0.94% -
XYZ 53.52 33.42 86.07 -
YUV 158.35 174.08 179.1 -
System Red Green Blue C M Y K H S L
Decimal 230 106 240 0.04 0.56 0 0.06 295.52 0.82 0.68
Hex E6 6A F0 4 38 0 6 128 52 44
Octal 346 152 360 4 70 0 6 450 122 104
Binary 11100110 1101010 11110000 100 111000 0 110 100101000 1010010 1000100

Color Harmonies of #E66AF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E66AF0

Black with #E66AF0

Text Example


Text Example

White with #E66AF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E66AF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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