#E13BF8

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

Shades of Free Speech Magenta #E13BF8

Tints of Free Speech Magenta #E13BF8

Color information

#E13BF8 (or 0xE13BF8) is unknown color: approx Free Speech Magenta. HEX triplet: E1, 3B and F8. RGB value is (225,59,248). Sum of RGB (Red+Green+Blue) = 225+59+248=532 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.29% from 532); Green value is 59 (23.44% from 255 or 11.09% from 532); Blue value is 248 (97.27% from 255 or 46.62% from 532); Max value from RGB is 248 - color contains mainly: blue. Hex color #E13BF8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E13BF8 is #1EC407. Grayscale: #818181. Windows color (decimal): -2016264 or 16268257. OLE color: 16268257.

HSL color Cylindrical-coordinate representation of color #E13BF8: hue angle of 292.7º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E13BF8 is Cyan = 0.09, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB22559248-
CMYK0.090.7600.03
HSL292.7º93.1%60.2%-
HSV(B)292.7º76.21%97.25%-
XYZ49.5625.9191.2-
YUV130.18194.5195.63-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 42.29%
GREEN value IS 59 (23.44% from 255) = 11.09%
BLUE value IS 248 (97.27% from 255) = 46.62%
R=42.29%
G=11.09%
B=46.62%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal225592480.090.7600.03292.793.160.2
HexE13BF894C031255d3c
Octal34173370111140344513574
Binary1110000111101111111000100110011000111001001011011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E13BF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E13BF8; }

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

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

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

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

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

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

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

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