#EB63D0

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

Shades of Free Speech Magenta #EB63D0

Tints of Free Speech Magenta #EB63D0

Color information

#EB63D0 (or 0xEB63D0) is unknown color: approx Free Speech Magenta. HEX triplet: EB, 63 and D0. RGB value is (235,99,208). Sum of RGB (Red+Green+Blue) = 235+99+208=542 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.36% from 542); Green value is 99 (39.06% from 255 or 18.27% from 542); Blue value is 208 (81.64% from 255 or 38.38% from 542); Max value from RGB is 235 - color contains mainly: red. Hex color #EB63D0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB63D0 is #149C2F. Grayscale: #979797. Windows color (decimal): -1350704 or 13657067. OLE color: 13657067.

HSL color Cylindrical-coordinate representation of color #EB63D0: hue angle of 311.91º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EB63D0 is Cyan = 0, Magento = 0.58, Yellow = 0.11 and Black (K on CMYK) = 0.08.

Color convert

RGB23599208-
CMYK00.580.110.08
HSL311.91º77.27%65.49%-
HSV(B)311.91º57.87%92.16%-
XYZ50.1131.1463.04-
YUV152.09159.56187.14-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 43.36%
GREEN value IS 99 (39.06% from 255) = 18.27%
BLUE value IS 208 (81.64% from 255) = 38.38%
R=43.36%
G=18.27%
B=38.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.11
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2359920800.580.110.08311.9177.2765.49
HexEB63D003AB81384d41
Octal3531433200721310470115101
Binary1110101111000111101000001110101011100010011100010011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB63D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB63D0; }

 p { color: rgb(235,99,208); }

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

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

 a { background-color: rgb(235,99,208); }

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

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

 span { border-color: rgb(235,99,208); }

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