Html Css Color HEX #E66AFC Heliotrope

📋 copy color: '#E66AFC'

red 230 ◦ green 106 ◦ blue 252

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

Shades of Heliotrope #E66AFC

Tints of Heliotrope #E66AFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 42.86%

R = 39.12%
G = 18.03%
B = 42.86%

CMYK

 C value IS 0.09

 M value IS 0.58

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E66AFC (or 0xE66AFC) is known color: Heliotrope. HEX triplet: E6, 6A and FC. RGB value is (230,106,252). Sum of RGB (Red+Green+Blue) = 230+106+252=588 (77% of max value = 765). Red value is 230 (90.23% from 255 or 39.12% from 588); Green value is 106 (41.80% from 255 or 18.03% from 588); Blue value is 252 (98.83% from 255 or 42.86% from 588); Max value from RGB is 252 - color contains mainly: blue. Hex color #E66AFC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E66AFC is #199503. Grayscale: #9F9F9F. Windows color (decimal): -1676548 or 16542438. OLE color: 16542438.

HSL color Cylindrical-coordinate representation of color #E66AFC: hue angle of 290.96º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E66AFC is Cyan = 0.09, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 230 106 252 -
CMYK 0.09 0.58 0 0.01
HSL 290.96º 0.96% 0.7% -
HSV(B) 290.96º 0.58% 0.99% -
XYZ 55.36 34.16 95.77 -
YUV 159.72 180.08 178.13 -
System Red Green Blue C M Y K H S L
Decimal 230 106 252 0.09 0.58 0 0.01 290.96 0.96 0.7
Hex E6 6A FC 9 3A 0 1 123 60 46
Octal 346 152 374 11 72 0 1 443 140 106
Binary 11100110 1101010 11111100 1001 111010 0 1 100100011 1100000 1000110

Color Harmonies of #E66AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E66AFC

Black with #E66AFC

Text Example


Text Example

White with #E66AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E66AFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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