#E267FF

Color #E267FF Heliotrope (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Heliotrope #E267FF

Tints of Heliotrope #E267FF

Color information

#E267FF (or 0xE267FF) is unknown color: approx Heliotrope. HEX triplet: E2, 67 and FF. RGB value is (226,103,255). Sum of RGB (Red+Green+Blue) = 226+103+255=584 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.70% from 584); Green value is 103 (40.62% from 255 or 17.64% from 584); Blue value is 255 (100% from 255 or 43.66% from 584); Max value from RGB is 255 - color contains mainly: blue. Hex color #E267FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E267FF is #1D9800. Grayscale: #9C9C9C. Windows color (decimal): -1939457 or 16738274. OLE color: 16738274.

HSL color Cylindrical-coordinate representation of color #E267FF: hue angle of 288.55º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E267FF is Cyan = 0.11, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB226103255-
CMYK0.110.6000
HSL288.55º100%70.2%-
HSV(B)288.55º59.61%100%-
XYZ54.2633.0998.13-
YUV157.1183.25177.14-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 38.70%
GREEN value IS 103 (40.62% from 255) = 17.64%
BLUE value IS 255 (100% from 255) = 43.66%
R=38.70%
G=17.64%
B=43.66%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2261032550.110.6000288.5510070.2
HexE267FFB3C001216446
Octal342147377137400441144106
Binary1110001011001111111111110111111000010010000111001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E267FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E267FF; }

 p { color: rgb(226,103,255); }

 H1.HeaderClassName
 {
   color: #E267FF;
 }
 .AnyTagClassName
 {
   color: #E267FF;
 }
</style>
background-color css

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

 a { background-color: rgb(226,103,255); }

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

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

 span { border-color: rgb(226,103,255); }

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