Html Css Color HEX #ED62EC Free Speech Magenta

📋 copy color: '#ED62EC'

red 237 ◦ green 98 ◦ blue 236

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

Shades of Free Speech Magenta #ED62EC

Tints of Free Speech Magenta #ED62EC

RGB

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

 GREEN value IS 98 (38.67% from 255) = 17.16%

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

R = 41.51%
G = 17.16%
B = 41.33%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.00

 K value IS 0.07

RGB Variations

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

Color information

#ED62EC (or 0xED62EC) is known color: Free Speech Magenta. HEX triplet: ED, 62 and EC. RGB value is (237,98,236). Sum of RGB (Red+Green+Blue) = 237+98+236=571 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.51% from 571); Green value is 98 (38.67% from 255 or 17.16% from 571); Blue value is 236 (92.58% from 255 or 41.33% from 571); Max value from RGB is 237 - color contains mainly: red. Hex color #ED62EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED62EC is #129D13. Grayscale: #9A9A9A. Windows color (decimal): -1219860 or 15491821. OLE color: 15491821.

HSL color Cylindrical-coordinate representation of color #ED62EC: 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.59%. Process color model (Four color, CMYK) of #ED62EC is Cyan = 0, Magento = 0.59, Yellow = 0.00 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 98 236 -
CMYK 0 0.59 0.00 0.07
HSL 300.43º 0.79% 0.66% -
HSV(B) 300.43º 0.59% 0.93% -
XYZ 54.43 32.8 82.82 -
YUV 155.29 173.55 186.28 -
System Red Green Blue C M Y K H S L
Decimal 237 98 236 0 0.59 0.00 0.07 300.43 0.79 0.66
Hex ED 62 EC 0 3B 0 7 12C 4F 42
Octal 355 142 354 0 73 0 7 454 117 102
Binary 11101101 1100010 11101100 0 111011 0 111 100101100 1001111 1000010

Color Harmonies of #ED62EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED62EC

Black with #ED62EC

Text Example


Text Example

White with #ED62EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED62EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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