#E13BDC

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

Shades of Free Speech Magenta #E13BDC

Tints of Free Speech Magenta #E13BDC

Color information

#E13BDC (or 0xE13BDC) is unknown color: approx Free Speech Magenta. HEX triplet: E1, 3B and DC. RGB value is (225,59,220). Sum of RGB (Red+Green+Blue) = 225+59+220=504 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.64% from 504); Green value is 59 (23.44% from 255 or 11.71% from 504); Blue value is 220 (86.33% from 255 or 43.65% from 504); Max value from RGB is 225 - color contains mainly: red. Hex color #E13BDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E13BDC is #1EC423. Grayscale: #7E7E7E. Windows color (decimal): -2016292 or 14433249. OLE color: 14433249.

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

Color convert

RGB22559220-
CMYK00.740.020.12
HSL301.81º73.45%55.69%-
HSV(B)301.81º73.78%88.24%-
XYZ45.5324.370-
YUV126.99180.5197.91-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 44.64%
GREEN value IS 59 (23.44% from 255) = 11.71%
BLUE value IS 220 (86.33% from 255) = 43.65%
R=44.64%
G=11.71%
B=43.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.02
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2255922000.740.020.12301.8173.4555.69
HexE13BDC04A2C12e4938
Octal34173334011221445611170
Binary1110000111101111011100010010101011001001011101001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E13BDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E13BDC; }

 p { color: rgb(225,59,220); }

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

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

 a { background-color: rgb(225,59,220); }

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

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

 span { border-color: rgb(225,59,220); }

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