#E465FE

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

Shades of Heliotrope #E465FE

Tints of Heliotrope #E465FE

Color information

#E465FE (or 0xE465FE) is unknown color: approx Heliotrope. HEX triplet: E4, 65 and FE. RGB value is (228,101,254). Sum of RGB (Red+Green+Blue) = 228+101+254=583 (77% of max value = 765). Red value is 228 (89.45% from 255 or 39.11% from 583); Green value is 101 (39.84% from 255 or 17.32% from 583); Blue value is 254 (99.61% from 255 or 43.57% from 583); Max value from RGB is 254 - color contains mainly: blue. Hex color #E465FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E465FE is #1B9A01. Grayscale: #9B9B9B. Windows color (decimal): -1808898 or 16672228. OLE color: 16672228.

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

Color convert

RGB228101254-
CMYK0.100.6000.00
HSL289.8º98.71%69.61%-
HSV(B)289.8º60.24%99.61%-
XYZ54.5432.9697.25-
YUV156.42183.08179.06-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 39.11%
GREEN value IS 101 (39.84% from 255) = 17.32%
BLUE value IS 254 (99.61% from 255) = 43.57%
R=39.11%
G=17.32%
B=43.57%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2281012540.100.6000.00289.898.7169.61
HexE465FEA3C001226346
Octal344145376127400442143106
Binary1110010011001011111111010101111000010010001011000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E465FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E465FE; }

 p { color: rgb(228,101,254); }

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

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

 a { background-color: rgb(228,101,254); }

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

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

 span { border-color: rgb(228,101,254); }

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