#E13CD1

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

Shades of Free Speech Magenta #E13CD1

Tints of Free Speech Magenta #E13CD1

Color information

#E13CD1 (or 0xE13CD1) is unknown color: approx Free Speech Magenta. HEX triplet: E1, 3C and D1. RGB value is (225,60,209). Sum of RGB (Red+Green+Blue) = 225+60+209=494 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.55% from 494); Green value is 60 (23.83% from 255 or 12.15% from 494); Blue value is 209 (82.03% from 255 or 42.31% from 494); Max value from RGB is 225 - color contains mainly: red. Hex color #E13CD1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E13CD1 is #1EC32E. Grayscale: #7D7D7D. Windows color (decimal): -2016047 or 13712609. OLE color: 13712609.

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

Color convert

RGB22560209-
CMYK00.730.070.12
HSL305.82º73.33%55.88%-
HSV(B)305.82º73.33%88.24%-
XYZ44.1823.8462.6-
YUV126.32174.66198.38-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 45.55%
GREEN value IS 60 (23.83% from 255) = 12.15%
BLUE value IS 209 (82.03% from 255) = 42.31%
R=45.55%
G=12.15%
B=42.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.07
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2256020900.730.070.12305.8273.3355.88
HexE13CD10497C1324938
Octal34174321011171446211170
Binary11100001111100110100010100100111111001001100101001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E13CD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E13CD1; }

 p { color: rgb(225,60,209); }

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

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

 a { background-color: rgb(225,60,209); }

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

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

 span { border-color: rgb(225,60,209); }

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