Html Css Color HEX #ED40EF Free Speech Magenta

📋 copy color: '#ED40EF'

red 237 ◦ green 64 ◦ blue 239

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

Shades of Free Speech Magenta #ED40EF

Tints of Free Speech Magenta #ED40EF

RGB

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

 GREEN value IS 64 (25.39% from 255) = 11.85%

 BLUE value IS 239 (93.75% from 255) = 44.26%

R = 43.89%
G = 11.85%
B = 44.26%

CMYK

 C value IS 0.01

 M value IS 0.73

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#ED40EF (or 0xED40EF) is known color: Free Speech Magenta. HEX triplet: ED, 40 and EF. RGB value is (237,64,239). Sum of RGB (Red+Green+Blue) = 237+64+239=540 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.89% from 540); Green value is 64 (25.39% from 255 or 11.85% from 540); Blue value is 239 (93.75% from 255 or 44.26% from 540); Max value from RGB is 239 - color contains mainly: blue. Hex color #ED40EF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED40EF is #12BF10. Grayscale: #878787. Windows color (decimal): -1228561 or 15679725. OLE color: 15679725.

HSL color Cylindrical-coordinate representation of color #ED40EF: hue angle of 299.31º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #ED40EF is Cyan = 0.01, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 237 64 239 -
CMYK 0.01 0.73 0 0.06
HSL 299.31º 0.85% 0.59% -
HSV(B) 299.31º 0.73% 0.94% -
XYZ 52.34 27.9 84.29 -
YUV 135.68 186.31 200.27 -
System Red Green Blue C M Y K H S L
Decimal 237 64 239 0.01 0.73 0 0.06 299.31 0.85 0.59
Hex ED 40 EF 1 49 0 6 12B 55 3B
Octal 355 100 357 1 111 0 6 453 125 73
Binary 11101101 1000000 11101111 1 1001001 0 110 100101011 1010101 111011

Color Harmonies of #ED40EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED40EF

Black with #ED40EF

Text Example


Text Example

White with #ED40EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED40EF; }

 p { color: rgb(237,64,239); }

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

background-color css

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

 a { background-color: rgb(237,64,239); }

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

border-color css

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

 span { border-color: rgb(237,64,239); }

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