#E14FD2

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

Shades of Free Speech Magenta #E14FD2

Tints of Free Speech Magenta #E14FD2

Color information

#E14FD2 (or 0xE14FD2) is unknown color: approx Free Speech Magenta. HEX triplet: E1, 4F and D2. RGB value is (225,79,210). Sum of RGB (Red+Green+Blue) = 225+79+210=514 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.77% from 514); Green value is 79 (31.25% from 255 or 15.37% from 514); Blue value is 210 (82.42% from 255 or 40.86% from 514); Max value from RGB is 225 - color contains mainly: red. Hex color #E14FD2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E14FD2 is #1EB02D. Grayscale: #898989. Windows color (decimal): -2011182 or 13783009. OLE color: 13783009.

HSL color Cylindrical-coordinate representation of color #E14FD2: hue angle of 306.16º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E14FD2 is Cyan = 0, Magento = 0.65, Yellow = 0.07 and Black (K on CMYK) = 0.12.

Color convert

RGB22579210-
CMYK00.650.070.12
HSL306.16º70.87%59.61%-
HSV(B)306.16º64.89%88.24%-
XYZ45.4826.2563.64-
YUV137.59168.87190.35-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 43.77%
GREEN value IS 79 (31.25% from 255) = 15.37%
BLUE value IS 210 (82.42% from 255) = 40.86%
R=43.77%
G=15.37%
B=40.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.07
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2257921000.650.070.12306.1670.8759.61
HexE14FD20417C132473c
Octal341117322010171446210774
Binary111000011001111110100100100000111111001001100101000111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E14FD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E14FD2; }

 p { color: rgb(225,79,210); }

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

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

 a { background-color: rgb(225,79,210); }

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

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

 span { border-color: rgb(225,79,210); }

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