#E375FE

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

Shades of Heliotrope #E375FE

Tints of Heliotrope #E375FE

Color information

#E375FE (or 0xE375FE) is unknown color: approx Heliotrope. HEX triplet: E3, 75 and FE. RGB value is (227,117,254). Sum of RGB (Red+Green+Blue) = 227+117+254=598 (79% of max value = 765). Red value is 227 (89.06% from 255 or 37.96% from 598); Green value is 117 (46.09% from 255 or 19.57% from 598); Blue value is 254 (99.61% from 255 or 42.47% from 598); Max value from RGB is 254 - color contains mainly: blue. Hex color #E375FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E375FE is #1C8A01. Grayscale: #A5A5A5. Windows color (decimal): -1870338 or 16676323. OLE color: 16676323.

HSL color Cylindrical-coordinate representation of color #E375FE: hue angle of 288.18º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E375FE is Cyan = 0.11, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB227117254-
CMYK0.110.5400.00
HSL288.18º98.56%72.75%-
HSV(B)288.18º53.94%99.61%-
XYZ55.9336.2197.81-
YUV165.51177.94171.86-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 37.96%
GREEN value IS 117 (46.09% from 255) = 19.57%
BLUE value IS 254 (99.61% from 255) = 42.47%
R=37.96%
G=19.57%
B=42.47%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2271172540.110.5400.00288.1898.5672.75
HexE375FEB36001206349
Octal343165376136600440143111
Binary1110001111101011111111010111101100010010000011000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E375FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E375FE; }

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

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

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

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

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

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

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

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