#E143CE

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

Shades of Free Speech Magenta #E143CE

Tints of Free Speech Magenta #E143CE

Color information

#E143CE (or 0xE143CE) is unknown color: approx Free Speech Magenta. HEX triplet: E1, 43 and CE. RGB value is (225,67,206). Sum of RGB (Red+Green+Blue) = 225+67+206=498 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.18% from 498); Green value is 67 (26.56% from 255 or 13.45% from 498); Blue value is 206 (80.86% from 255 or 41.37% from 498); Max value from RGB is 225 - color contains mainly: red. Hex color #E143CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E143CE is #1EBC31. Grayscale: #818181. Windows color (decimal): -2014258 or 13517793. OLE color: 13517793.

HSL color Cylindrical-coordinate representation of color #E143CE: hue angle of 307.22º 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 #E143CE is Cyan = 0, Magento = 0.70, Yellow = 0.08 and Black (K on CMYK) = 0.12.

Color convert

RGB22567206-
CMYK00.700.080.12
HSL307.22º72.48%57.25%-
HSV(B)307.22º70.22%88.24%-
XYZ44.224.4860.79-
YUV130.09170.85195.7-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 45.18%
GREEN value IS 67 (26.56% from 255) = 13.45%
BLUE value IS 206 (80.86% from 255) = 41.37%
R=45.18%
G=13.45%
B=41.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.08
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2256720600.700.080.12307.2272.4857.25
HexE143CE0468C1334839
Octal3411033160106101446311071
Binary1110000110000111100111001000110100011001001100111001000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E143CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E143CE; }

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

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

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

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

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

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

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

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