Html Css Color HEX #ED63EC Free Speech Magenta

📋 copy color: '#ED63EC'

red 237 ◦ green 99 ◦ blue 236

#ED63EC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Magenta #ED63EC

Tints of Free Speech Magenta #ED63EC

RGB

 RED value IS 237 (92.97% from 255) = 41.43%

 GREEN value IS 99 (39.06% from 255) = 17.31%

 BLUE value IS 236 (92.58% from 255) = 41.26%

R = 41.43%
G = 17.31%
B = 41.26%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.00

 K value IS 0.07

RGB Variations

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

Color information

#ED63EC (or 0xED63EC) is known color: Free Speech Magenta. HEX triplet: ED, 63 and EC. RGB value is (237,99,236). Sum of RGB (Red+Green+Blue) = 237+99+236=572 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.43% from 572); Green value is 99 (39.06% from 255 or 17.31% from 572); Blue value is 236 (92.58% from 255 or 41.26% from 572); Max value from RGB is 237 - color contains mainly: red. Hex color #ED63EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED63EC is #129C13. Grayscale: #9B9B9B. Windows color (decimal): -1219604 or 15492077. OLE color: 15492077.

HSL color Cylindrical-coordinate representation of color #ED63EC: hue angle of 300.43º 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 #ED63EC is Cyan = 0, Magento = 0.58, Yellow = 0.00 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 99 236 -
CMYK 0 0.58 0.00 0.07
HSL 300.43º 0.79% 0.66% -
HSV(B) 300.43º 0.58% 0.93% -
XYZ 54.53 32.98 82.85 -
YUV 155.88 173.22 185.86 -
System Red Green Blue C M Y K H S L
Decimal 237 99 236 0 0.58 0.00 0.07 300.43 0.79 0.66
Hex ED 63 EC 0 3A 0 7 12C 4F 42
Octal 355 143 354 0 72 0 7 454 117 102
Binary 11101101 1100011 11101100 0 111010 0 111 100101100 1001111 1000010

Color Harmonies of #ED63EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED63EC

Black with #ED63EC

Text Example


Text Example

White with #ED63EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED63EC; }

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

 H1.HeaderClassName
 {
   color: #ED63EC;
 }
 .AnyTagClassName
 {
   color: #ED63EC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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