Html Css Color HEX #E666F1 Heliotrope

📋 copy color: '#E666F1'

red 230 ◦ green 102 ◦ blue 241

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

Shades of Heliotrope #E666F1

Tints of Heliotrope #E666F1

RGB

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

 GREEN value IS 102 (40.23% from 255) = 17.8%

 BLUE value IS 241 (94.53% from 255) = 42.06%

R = 40.14%
G = 17.8%
B = 42.06%

CMYK

 C value IS 0.05

 M value IS 0.58

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E666F1 (or 0xE666F1) is known color: Heliotrope. HEX triplet: E6, 66 and F1. RGB value is (230,102,241). Sum of RGB (Red+Green+Blue) = 230+102+241=573 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.14% from 573); Green value is 102 (40.23% from 255 or 17.80% from 573); Blue value is 241 (94.53% from 255 or 42.06% from 573); Max value from RGB is 241 - color contains mainly: blue. Hex color #E666F1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E666F1 is #19990E. Grayscale: #9B9B9B. Windows color (decimal): -1677583 or 15820518. OLE color: 15820518.

HSL color Cylindrical-coordinate representation of color #E666F1: hue angle of 295.25º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E666F1 is Cyan = 0.05, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 230 102 241 -
CMYK 0.05 0.58 0 0.05
HSL 295.25º 0.83% 0.67% -
HSV(B) 295.25º 0.58% 0.95% -
XYZ 53.26 32.68 86.72 -
YUV 156.12 175.91 180.7 -
System Red Green Blue C M Y K H S L
Decimal 230 102 241 0.05 0.58 0 0.05 295.25 0.83 0.67
Hex E6 66 F1 5 3A 0 5 127 53 43
Octal 346 146 361 5 72 0 5 447 123 103
Binary 11100110 1100110 11110001 101 111010 0 101 100100111 1010011 1000011

Color Harmonies of #E666F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E666F1

Black with #E666F1

Text Example


Text Example

White with #E666F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E666F1; }

 p { color: rgb(230,102,241); }

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

background-color css

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

 a { background-color: rgb(230,102,241); }

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

border-color css

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

 span { border-color: rgb(230,102,241); }

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