Html Css Color HEX #ED37F3 Free Speech Magenta

📋 copy color: '#ED37F3'

red 237 ◦ green 55 ◦ blue 243

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

Shades of Free Speech Magenta #ED37F3

Tints of Free Speech Magenta #ED37F3

RGB

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

 GREEN value IS 55 (21.88% from 255) = 10.28%

 BLUE value IS 243 (95.31% from 255) = 45.42%

R = 44.3%
G = 10.28%
B = 45.42%

CMYK

 C value IS 0.02

 M value IS 0.77

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#ED37F3 (or 0xED37F3) is known color: Free Speech Magenta. HEX triplet: ED, 37 and F3. RGB value is (237,55,243). Sum of RGB (Red+Green+Blue) = 237+55+243=535 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.30% from 535); Green value is 55 (21.88% from 255 or 10.28% from 535); Blue value is 243 (95.31% from 255 or 45.42% from 535); Max value from RGB is 243 - color contains mainly: blue. Hex color #ED37F3 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED37F3 is #12C80C. Grayscale: #828282. Windows color (decimal): -1230861 or 15939565. OLE color: 15939565.

HSL color Cylindrical-coordinate representation of color #ED37F3: hue angle of 298.09º degrees, saturation: 0.89, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #ED37F3 is Cyan = 0.02, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 237 55 243 -
CMYK 0.02 0.77 0 0.05
HSL 298.09º 0.89% 0.58% -
HSV(B) 298.09º 0.77% 0.95% -
XYZ 52.47 27.21 87.28 -
YUV 130.85 191.3 203.71 -
System Red Green Blue C M Y K H S L
Decimal 237 55 243 0.02 0.77 0 0.05 298.09 0.89 0.58
Hex ED 37 F3 2 4D 0 5 12A 59 3A
Octal 355 67 363 2 115 0 5 452 131 72
Binary 11101101 110111 11110011 10 1001101 0 101 100101010 1011001 111010

Color Harmonies of #ED37F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED37F3

Black with #ED37F3

Text Example


Text Example

White with #ED37F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED37F3; }

 p { color: rgb(237,55,243); }

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

background-color css

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

 a { background-color: rgb(237,55,243); }

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

border-color css

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

 span { border-color: rgb(237,55,243); }

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