#EB38ED

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

Shades of Free Speech Magenta #EB38ED

Tints of Free Speech Magenta #EB38ED

Color information

#EB38ED (or 0xEB38ED) is unknown color: approx Free Speech Magenta. HEX triplet: EB, 38 and ED. RGB value is (235,56,237). Sum of RGB (Red+Green+Blue) = 235+56+237=528 (69% of max value = 765). Red value is 235 (92.19% from 255 or 44.51% from 528); Green value is 56 (22.27% from 255 or 10.61% from 528); Blue value is 237 (92.97% from 255 or 44.89% from 528); Max value from RGB is 237 - color contains mainly: blue. Hex color #EB38ED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EB38ED is #14C712. Grayscale: #818181. Windows color (decimal): -1361683 or 15546603. OLE color: 15546603.

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

Color convert

RGB23556237-
CMYK0.010.7600.07
HSL299.34º83.41%57.45%-
HSV(B)299.34º76.37%92.94%-
XYZ50.9626.682.57-
YUV130.16188.3202.78-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 44.51%
GREEN value IS 56 (22.27% from 255) = 10.61%
BLUE value IS 237 (92.97% from 255) = 44.89%
R=44.51%
G=10.61%
B=44.89%

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
Decimal235562370.010.7600.07299.3483.4157.45
HexEB38ED14C0712b5339
Octal3537035511140745312371
Binary11101011111000111011011100110001111001010111010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB38ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB38ED; }

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

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

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

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

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

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

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

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