#E143CD

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

Shades of Free Speech Magenta #E143CD

Tints of Free Speech Magenta #E143CD

Color information

#E143CD (or 0xE143CD) is unknown color: approx Free Speech Magenta. HEX triplet: E1, 43 and CD. RGB value is (225,67,205). Sum of RGB (Red+Green+Blue) = 225+67+205=497 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.27% from 497); Green value is 67 (26.56% from 255 or 13.48% from 497); Blue value is 205 (80.47% from 255 or 41.25% from 497); Max value from RGB is 225 - color contains mainly: red. Hex color #E143CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E143CD is #1EBC32. Grayscale: #818181. Windows color (decimal): -2014259 or 13452257. OLE color: 13452257.

HSL color Cylindrical-coordinate representation of color #E143CD: hue angle of 307.59º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E143CD is Cyan = 0, Magento = 0.70, Yellow = 0.09 and Black (K on CMYK) = 0.12.

Color convert

RGB22567205-
CMYK00.700.090.12
HSL307.59º72.48%57.25%-
HSV(B)307.59º70.22%88.24%-
XYZ44.0824.4360.15-
YUV129.97170.35195.78-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 45.27%
GREEN value IS 67 (26.56% from 255) = 13.48%
BLUE value IS 205 (80.47% from 255) = 41.25%
R=45.27%
G=13.48%
B=41.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.09
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2256720500.700.090.12307.5972.4857.25
HexE143CD0469C1344839
Octal3411033150106111446411071
Binary1110000110000111100110101000110100111001001101001001000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E143CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E143CD; }

 p { color: rgb(225,67,205); }

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

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

 a { background-color: rgb(225,67,205); }

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

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

 span { border-color: rgb(225,67,205); }

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