#e13ecc

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

Shades of Free Speech Magenta #E13ECC

Tints of Free Speech Magenta #E13ECC

Color information

#E13ECC (or 0xE13ECC) is unknown color: approx Free Speech Magenta. HEX triplet: E1, 3E and CC. RGB value is (225,62,204). Sum of RGB (Red+Green+Blue) = 225+62+204=491 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.82% from 491); Green value is 62 (24.61% from 255 or 12.63% from 491); Blue value is 204 (80.08% from 255 or 41.55% from 491); Max value from RGB is 225 - color contains mainly: red. Hex color #E13ECC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E13ECC is #1EC133. Grayscale: #7E7E7E. Windows color (decimal): -2015540 or 13385441. OLE color: 13385441.

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

Color convert

RGB22562204-
CMYK00.720.090.12
HSL307.73º73.09%56.27%-
HSV(B)307.73º72.44%88.24%-
XYZ43.6723.8159.42-
YUV126.92171.5197.95-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 45.82%
GREEN value IS 62 (24.61% from 255) = 12.63%
BLUE value IS 204 (80.08% from 255) = 41.55%
R=45.82%
G=12.63%
B=41.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.09
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2256220400.720.090.12307.7373.0956.27
HexE13ECC0489C1344938
Octal341763140110111446411170
Binary111000011111101100110001001000100111001001101001001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e13ecc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e13ecc; }

 p { color: rgb(225,62,204); }

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

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

 a { background-color: rgb(225,62,204); }

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

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

 span { border-color: rgb(225,62,204); }

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