#E14EFA

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

Shades of Heliotrope #E14EFA

Tints of Heliotrope #E14EFA

Color information

#E14EFA (or 0xE14EFA) is unknown color: approx Heliotrope. HEX triplet: E1, 4E and FA. RGB value is (225,78,250). Sum of RGB (Red+Green+Blue) = 225+78+250=553 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.69% from 553); Green value is 78 (30.86% from 255 or 14.10% from 553); Blue value is 250 (98.05% from 255 or 45.21% from 553); Max value from RGB is 250 - color contains mainly: blue. Hex color #E14EFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E14EFA is #1EB105. Grayscale: #8D8D8D. Windows color (decimal): -2011398 or 16404193. OLE color: 16404193.

HSL color Cylindrical-coordinate representation of color #E14EFA: hue angle of 291.28º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E14EFA is Cyan = 0.10, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB22578250-
CMYK0.100.6900.02
HSL291.28º94.51%64.31%-
HSV(B)291.28º68.8%98.04%-
XYZ51.0328.3693.23-
YUV141.56189.2187.51-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 40.69%
GREEN value IS 78 (30.86% from 255) = 14.10%
BLUE value IS 250 (98.05% from 255) = 45.21%
R=40.69%
G=14.10%
B=45.21%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal225782500.100.6900.02291.2894.5164.31
HexE14EFAA45021235f40
Octal3411163721210502443137100
Binary111000011001110111110101010100010101010010001110111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E14EFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E14EFA; }

 p { color: rgb(225,78,250); }

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

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

 a { background-color: rgb(225,78,250); }

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

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

 span { border-color: rgb(225,78,250); }

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