Html Css Color HEX #ED41F3 Free Speech Magenta

📋 copy color: '#ED41F3'

red 237 ◦ green 65 ◦ blue 243

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

Shades of Free Speech Magenta #ED41F3

Tints of Free Speech Magenta #ED41F3

RGB

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

 GREEN value IS 65 (25.78% from 255) = 11.93%

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

R = 43.49%
G = 11.93%
B = 44.59%

CMYK

 C value IS 0.02

 M value IS 0.73

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#ED41F3 (or 0xED41F3) is known color: Free Speech Magenta. HEX triplet: ED, 41 and F3. RGB value is (237,65,243). Sum of RGB (Red+Green+Blue) = 237+65+243=545 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.49% from 545); Green value is 65 (25.78% from 255 or 11.93% from 545); Blue value is 243 (95.31% from 255 or 44.59% from 545); Max value from RGB is 243 - color contains mainly: blue. Hex color #ED41F3 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED41F3 is #12BE0C. Grayscale: #888888. Windows color (decimal): -1228301 or 15942125. OLE color: 15942125.

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

Color convert

RGB 237 65 243 -
CMYK 0.02 0.73 0 0.05
HSL 297.98º 0.88% 0.6% -
HSV(B) 297.98º 0.73% 0.95% -
XYZ 52.99 28.26 87.45 -
YUV 136.72 187.98 199.53 -
System Red Green Blue C M Y K H S L
Decimal 237 65 243 0.02 0.73 0 0.05 297.98 0.88 0.6
Hex ED 41 F3 2 49 0 5 12A 58 3C
Octal 355 101 363 2 111 0 5 452 130 74
Binary 11101101 1000001 11110011 10 1001001 0 101 100101010 1011000 111100

Color Harmonies of #ED41F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED41F3

Black with #ED41F3

Text Example


Text Example

White with #ED41F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED41F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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