#E375FC

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

Shades of Heliotrope #E375FC

Tints of Heliotrope #E375FC

Color information

#E375FC (or 0xE375FC) is unknown color: approx Heliotrope. HEX triplet: E3, 75 and FC. RGB value is (227,117,252). Sum of RGB (Red+Green+Blue) = 227+117+252=596 (78% of max value = 765). Red value is 227 (89.06% from 255 or 38.09% from 596); Green value is 117 (46.09% from 255 or 19.63% from 596); Blue value is 252 (98.83% from 255 or 42.28% from 596); Max value from RGB is 252 - color contains mainly: blue. Hex color #E375FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E375FC is #1C8A03. Grayscale: #A4A4A4. Windows color (decimal): -1870340 or 16545251. OLE color: 16545251.

HSL color Cylindrical-coordinate representation of color #E375FC: hue angle of 288.89º 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 #E375FC is Cyan = 0.10, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB227117252-
CMYK0.100.5400.01
HSL288.89º95.74%72.35%-
HSV(B)288.89º53.57%98.82%-
XYZ55.6136.0896.13-
YUV165.28176.94172.02-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 38.09%
GREEN value IS 117 (46.09% from 255) = 19.63%
BLUE value IS 252 (98.83% from 255) = 42.28%
R=38.09%
G=19.63%
B=42.28%

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
Decimal2271172520.100.5400.01288.8995.7472.35
HexE375FCA36011216048
Octal343165374126601441140110
Binary1110001111101011111110010101101100110010000111000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E375FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E375FC; }

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

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

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

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

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

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

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

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