#E14DE6

Color #E14DE6 Free Speech Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Magenta #E14DE6

Tints of Free Speech Magenta #E14DE6

Color information

#E14DE6 (or 0xE14DE6) is unknown color: approx Free Speech Magenta. HEX triplet: E1, 4D and E6. RGB value is (225,77,230). Sum of RGB (Red+Green+Blue) = 225+77+230=532 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.29% from 532); Green value is 77 (30.47% from 255 or 14.47% from 532); Blue value is 230 (90.23% from 255 or 43.23% from 532); Max value from RGB is 230 - color contains mainly: blue. Hex color #E14DE6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E14DE6 is #1EB219. Grayscale: #8A8A8A. Windows color (decimal): -2011674 or 15093217. OLE color: 15093217.

HSL color Cylindrical-coordinate representation of color #E14DE6: hue angle of 298.04º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E14DE6 is Cyan = 0.02, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB22577230-
CMYK0.020.6700.10
HSL298.04º75.37%60.2%-
HSV(B)298.04º66.52%90.2%-
XYZ47.9927.0377.55-
YUV138.69179.53189.56-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 42.29%
GREEN value IS 77 (30.47% from 255) = 14.47%
BLUE value IS 230 (90.23% from 255) = 43.23%
R=42.29%
G=14.47%
B=43.23%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal225772300.020.6700.10298.0475.3760.2
HexE14DE62430A12a4b3c
Octal341115346210301245211374
Binary11100001100110111100110101000011010101001010101001011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E14DE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E14DE6; }

 p { color: rgb(225,77,230); }

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

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

 a { background-color: rgb(225,77,230); }

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

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

 span { border-color: rgb(225,77,230); }

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