#E13BE0

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

Shades of Free Speech Magenta #E13BE0

Tints of Free Speech Magenta #E13BE0

Color information

#E13BE0 (or 0xE13BE0) is unknown color: approx Free Speech Magenta. HEX triplet: E1, 3B and E0. RGB value is (225,59,224). Sum of RGB (Red+Green+Blue) = 225+59+224=508 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.29% from 508); Green value is 59 (23.44% from 255 or 11.61% from 508); Blue value is 224 (87.89% from 255 or 44.09% from 508); Max value from RGB is 225 - color contains mainly: red. Hex color #E13BE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E13BE0 is #1EC41F. Grayscale: #7E7E7E. Windows color (decimal): -2016288 or 14695393. OLE color: 14695393.

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

Color convert

RGB22559224-
CMYK00.740.000.12
HSL300.36º73.45%55.69%-
HSV(B)300.36º73.78%88.24%-
XYZ46.0724.5272.83-
YUV127.44182.5197.58-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 44.29%
GREEN value IS 59 (23.44% from 255) = 11.61%
BLUE value IS 224 (87.89% from 255) = 44.09%
R=44.29%
G=11.61%
B=44.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.00
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2255922400.740.000.12300.3673.4555.69
HexE13BE004A0C12c4938
Octal34173340011201445411170
Binary111000011110111110000001001010011001001011001001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E13BE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E13BE0; }

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

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

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

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

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

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

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

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