#E13BD2

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

Shades of Free Speech Magenta #E13BD2

Tints of Free Speech Magenta #E13BD2

Color information

#E13BD2 (or 0xE13BD2) is unknown color: approx Free Speech Magenta. HEX triplet: E1, 3B and D2. RGB value is (225,59,210). Sum of RGB (Red+Green+Blue) = 225+59+210=494 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.55% from 494); Green value is 59 (23.44% from 255 or 11.94% from 494); Blue value is 210 (82.42% from 255 or 42.51% from 494); Max value from RGB is 225 - color contains mainly: red. Hex color #E13BD2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E13BD2 is #1EC42D. Grayscale: #7D7D7D. Windows color (decimal): -2016302 or 13777889. OLE color: 13777889.

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

Color convert

RGB22559210-
CMYK00.740.070.12
HSL305.42º73.45%55.69%-
HSV(B)305.42º73.78%88.24%-
XYZ44.2523.7963.23-
YUV125.85175.5198.72-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 45.55%
GREEN value IS 59 (23.44% from 255) = 11.94%
BLUE value IS 210 (82.42% from 255) = 42.51%
R=45.55%
G=11.94%
B=42.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.07
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2255921000.740.070.12305.4273.4555.69
HexE13BD204A7C1314938
Octal34173322011271446111170
Binary11100001111011110100100100101011111001001100011001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E13BD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E13BD2; }

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

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

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

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

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

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

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

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