#ED3CF3

Color #ED3CF3 Free Speech Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Magenta #ED3CF3

Tints of Free Speech Magenta #ED3CF3

Color information

#ED3CF3 (or 0xED3CF3) is unknown color: approx Free Speech Magenta. HEX triplet: ED, 3C and F3. RGB value is (237,60,243). Sum of RGB (Red+Green+Blue) = 237+60+243=540 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.89% from 540); Green value is 60 (23.83% from 255 or 11.11% from 540); Blue value is 243 (95.31% from 255 or 45% from 540); Max value from RGB is 243 - color contains mainly: blue. Hex color #ED3CF3 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED3CF3 is #12C30C. Grayscale: #858585. Windows color (decimal): -1229581 or 15940845. OLE color: 15940845.

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

Color convert

RGB23760243-
CMYK0.020.7500.05
HSL298.03º88.41%59.41%-
HSV(B)298.03º75.31%95.29%-
XYZ52.7227.7187.36-
YUV133.78189.64201.62-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 43.89%
GREEN value IS 60 (23.83% from 255) = 11.11%
BLUE value IS 243 (95.31% from 255) = 45%
R=43.89%
G=11.11%
B=45%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal237602430.020.7500.05298.0388.4159.41
HexED3CF324B0512a583b
Octal3557436321130545213073
Binary111011011111001111001110100101101011001010101011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED3CF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED3CF3; }

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

 H1.HeaderClassName
 {
   color: #ED3CF3;
 }
 .AnyTagClassName
 {
   color: #ED3CF3;
 }
</style>
background-color css

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

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

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

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

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

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