#E13DCB

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

Shades of Free Speech Magenta #E13DCB

Tints of Free Speech Magenta #E13DCB

Color information

#E13DCB (or 0xE13DCB) is unknown color: approx Free Speech Magenta. HEX triplet: E1, 3D and CB. RGB value is (225,61,203). Sum of RGB (Red+Green+Blue) = 225+61+203=489 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.01% from 489); Green value is 61 (24.22% from 255 or 12.47% from 489); Blue value is 203 (79.69% from 255 or 41.51% from 489); Max value from RGB is 225 - color contains mainly: red. Hex color #E13DCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E13DCB is #1EC234. Grayscale: #7D7D7D. Windows color (decimal): -2015797 or 13319649. OLE color: 13319649.

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

Color convert

RGB22561203-
CMYK00.730.100.12
HSL308.05º73.21%56.08%-
HSV(B)308.05º72.89%88.24%-
XYZ43.523.6658.77-
YUV126.22171.33198.45-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 46.01%
GREEN value IS 61 (24.22% from 255) = 12.47%
BLUE value IS 203 (79.69% from 255) = 41.51%
R=46.01%
G=12.47%
B=41.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.10
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2256120300.730.100.12308.0573.2156.08
HexE13DCB049AC1344938
Octal341753130111121446411170
Binary111000011111011100101101001001101011001001101001001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E13DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E13DCB; }

 p { color: rgb(225,61,203); }

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

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

 a { background-color: rgb(225,61,203); }

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

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

 span { border-color: rgb(225,61,203); }

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