#E275FC

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

Shades of Heliotrope #E275FC

Tints of Heliotrope #E275FC

Color information

#E275FC (or 0xE275FC) is unknown color: approx Heliotrope. HEX triplet: E2, 75 and FC. RGB value is (226,117,252). Sum of RGB (Red+Green+Blue) = 226+117+252=595 (78% of max value = 765). Red value is 226 (88.67% from 255 or 37.98% from 595); Green value is 117 (46.09% from 255 or 19.66% from 595); Blue value is 252 (98.83% from 255 or 42.35% from 595); Max value from RGB is 252 - color contains mainly: blue. Hex color #E275FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E275FC is #1D8A03. Grayscale: #A4A4A4. Windows color (decimal): -1935876 or 16545250. OLE color: 16545250.

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

Color convert

RGB226117252-
CMYK0.100.5400.01
HSL288.44º95.74%72.35%-
HSV(B)288.44º53.57%98.82%-
XYZ55.335.9296.11-
YUV164.98177.11171.52-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 37.98%
GREEN value IS 117 (46.09% from 255) = 19.66%
BLUE value IS 252 (98.83% from 255) = 42.35%
R=37.98%
G=19.66%
B=42.35%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2261172520.100.5400.01288.4495.7472.35
HexE275FCA36011206048
Octal342165374126601440140110
Binary1110001011101011111110010101101100110010000011000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E275FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E275FC; }

 p { color: rgb(226,117,252); }

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

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

 a { background-color: rgb(226,117,252); }

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

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

 span { border-color: rgb(226,117,252); }

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