Html Css Color HEX #ED65EC Free Speech Magenta

📋 copy color: '#ED65EC'

red 237 ◦ green 101 ◦ blue 236

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

Shades of Free Speech Magenta #ED65EC

Tints of Free Speech Magenta #ED65EC

RGB

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

 GREEN value IS 101 (39.84% from 255) = 17.6%

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

R = 41.29%
G = 17.6%
B = 41.11%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.00

 K value IS 0.07

RGB Variations

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

Color information

#ED65EC (or 0xED65EC) is known color: Free Speech Magenta. HEX triplet: ED, 65 and EC. RGB value is (237,101,236). Sum of RGB (Red+Green+Blue) = 237+101+236=574 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.29% from 574); Green value is 101 (39.84% from 255 or 17.60% from 574); Blue value is 236 (92.58% from 255 or 41.11% from 574); Max value from RGB is 237 - color contains mainly: red. Hex color #ED65EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED65EC is #129A13. Grayscale: #9C9C9C. Windows color (decimal): -1219092 or 15492589. OLE color: 15492589.

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

Color convert

RGB 237 101 236 -
CMYK 0 0.57 0.00 0.07
HSL 300.44º 0.79% 0.66% -
HSV(B) 300.44º 0.57% 0.93% -
XYZ 54.72 33.37 82.91 -
YUV 157.05 172.56 185.02 -
System Red Green Blue C M Y K H S L
Decimal 237 101 236 0 0.57 0.00 0.07 300.44 0.79 0.66
Hex ED 65 EC 0 39 0 7 12C 4F 42
Octal 355 145 354 0 71 0 7 454 117 102
Binary 11101101 1100101 11101100 0 111001 0 111 100101100 1001111 1000010

Color Harmonies of #ED65EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED65EC

Black with #ED65EC

Text Example


Text Example

White with #ED65EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED65EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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