Html Css Color HEX #E266F1 Heliotrope

📋 copy color: '#E266F1'

red 226 ◦ green 102 ◦ blue 241

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

Shades of Heliotrope #E266F1

Tints of Heliotrope #E266F1

RGB

 RED value IS 226 (88.67% from 255) = 39.72%

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

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

R = 39.72%
G = 17.93%
B = 42.36%

CMYK

 C value IS 0.06

 M value IS 0.58

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E266F1 (or 0xE266F1) is known color: Heliotrope. HEX triplet: E2, 66 and F1. RGB value is (226,102,241). Sum of RGB (Red+Green+Blue) = 226+102+241=569 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.72% from 569); Green value is 102 (40.23% from 255 or 17.93% from 569); Blue value is 241 (94.53% from 255 or 42.36% from 569); Max value from RGB is 241 - color contains mainly: blue. Hex color #E266F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E266F1 is #1D990E. Grayscale: #9A9A9A. Windows color (decimal): -1939727 or 15820514. OLE color: 15820514.

HSL color Cylindrical-coordinate representation of color #E266F1: hue angle of 293.53º 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 #E266F1 is Cyan = 0.06, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 226 102 241 -
CMYK 0.06 0.58 0 0.05
HSL 293.53º 0.83% 0.67% -
HSV(B) 293.53º 0.58% 0.95% -
XYZ 51.99 32.02 86.66 -
YUV 154.92 176.58 178.7 -
System Red Green Blue C M Y K H S L
Decimal 226 102 241 0.06 0.58 0 0.05 293.53 0.83 0.67
Hex E2 66 F1 6 3A 0 5 126 53 43
Octal 342 146 361 6 72 0 5 446 123 103
Binary 11100010 1100110 11110001 110 111010 0 101 100100110 1010011 1000011

Color Harmonies of #E266F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E266F1

Black with #E266F1

Text Example


Text Example

White with #E266F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E266F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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