#EB39ED

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

Shades of Free Speech Magenta #EB39ED

Tints of Free Speech Magenta #EB39ED

Color information

#EB39ED (or 0xEB39ED) is unknown color: approx Free Speech Magenta. HEX triplet: EB, 39 and ED. RGB value is (235,57,237). Sum of RGB (Red+Green+Blue) = 235+57+237=529 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.42% from 529); Green value is 57 (22.66% from 255 or 10.78% from 529); Blue value is 237 (92.97% from 255 or 44.80% from 529); Max value from RGB is 237 - color contains mainly: blue. Hex color #EB39ED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EB39ED is #14C612. Grayscale: #828282. Windows color (decimal): -1361427 or 15546859. OLE color: 15546859.

HSL color Cylindrical-coordinate representation of color #EB39ED: hue angle of 299.33º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EB39ED is Cyan = 0.01, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB23557237-
CMYK0.010.7600.07
HSL299.33º83.33%57.65%-
HSV(B)299.33º75.95%92.94%-
XYZ51.0126.782.59-
YUV130.74187.97202.36-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 44.42%
GREEN value IS 57 (22.66% from 255) = 10.78%
BLUE value IS 237 (92.97% from 255) = 44.80%
R=44.42%
G=10.78%
B=44.80%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal235572370.010.7600.07299.3383.3357.65
HexEB39ED14C0712b533a
Octal3537135511140745312372
Binary11101011111001111011011100110001111001010111010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB39ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB39ED; }

 p { color: rgb(235,57,237); }

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

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

 a { background-color: rgb(235,57,237); }

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

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

 span { border-color: rgb(235,57,237); }

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