#E13BEF

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

Shades of Free Speech Magenta #E13BEF

Tints of Free Speech Magenta #E13BEF

Color information

#E13BEF (or 0xE13BEF) is unknown color: approx Free Speech Magenta. HEX triplet: E1, 3B and EF. RGB value is (225,59,239). Sum of RGB (Red+Green+Blue) = 225+59+239=523 (69% of max value = 765). Red value is 225 (88.28% from 255 or 43.02% from 523); Green value is 59 (23.44% from 255 or 11.28% from 523); Blue value is 239 (93.75% from 255 or 45.70% from 523); Max value from RGB is 239 - color contains mainly: blue. Hex color #E13BEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E13BEF is #1EC410. Grayscale: #808080. Windows color (decimal): -2016273 or 15678433. OLE color: 15678433.

HSL color Cylindrical-coordinate representation of color #E13BEF: hue angle of 295.33º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E13BEF is Cyan = 0.06, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB22559239-
CMYK0.060.7500.06
HSL295.33º84.91%58.43%-
HSV(B)295.33º75.31%93.73%-
XYZ48.225.3784.02-
YUV129.15190196.36-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 43.02%
GREEN value IS 59 (23.44% from 255) = 11.28%
BLUE value IS 239 (93.75% from 255) = 45.70%
R=43.02%
G=11.28%
B=45.70%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal225592390.060.7500.06295.3384.9158.43
HexE13BEF64B06127553a
Octal3417335761130644712572
Binary1110000111101111101111110100101101101001001111010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E13BEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E13BEF; }

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

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

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

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

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

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

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

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