#ED63EB

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

Shades of Free Speech Magenta #ED63EB

Tints of Free Speech Magenta #ED63EB

Color information

#ED63EB (or 0xED63EB) is unknown color: approx Free Speech Magenta. HEX triplet: ED, 63 and EB. RGB value is (237,99,235). Sum of RGB (Red+Green+Blue) = 237+99+235=571 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.51% from 571); Green value is 99 (39.06% from 255 or 17.34% from 571); Blue value is 235 (92.19% from 255 or 41.16% from 571); Max value from RGB is 237 - color contains mainly: red. Hex color #ED63EB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED63EB is #129C14. Grayscale: #9B9B9B. Windows color (decimal): -1219605 or 15426541. OLE color: 15426541.

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

Color convert

RGB23799235-
CMYK00.580.010.07
HSL300.87º79.31%65.88%-
HSV(B)300.87º58.23%92.94%-
XYZ54.3832.9382.09-
YUV155.77172.72185.94-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.51%
GREEN value IS 99 (39.06% from 255) = 17.34%
BLUE value IS 235 (92.19% from 255) = 41.16%
R=41.51%
G=17.34%
B=41.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2379923500.580.010.07300.8779.3165.88
HexED63EB03A1712d4f42
Octal35514335307217455117102
Binary111011011100011111010110111010111110010110110011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED63EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED63EB; }

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

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

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

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

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

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

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

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